llvm/lldb/tools/lldb-test/FormatUtil.cpp

//===- FormatUtil.cpp ----------------------------------------- *- C++ --*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//

#include "FormatUtil.h"
#include "llvm/Support/Format.h"
#include "llvm/Support/FormatVariadic.h"

usingnamespacelldb_private;
usingnamespacellvm;

LinePrinter::Line::~Line() {}

LinePrinter::LinePrinter(int Indent, llvm::raw_ostream &Stream)
    :{}

void LinePrinter::Indent(uint32_t Amount) {}

void LinePrinter::Unindent(uint32_t Amount) {}

void LinePrinter::NewLine() {}

void LinePrinter::formatBinary(StringRef Label, ArrayRef<uint8_t> Data,
                               uint32_t StartOffset) {}

void LinePrinter::formatBinary(StringRef Label, ArrayRef<uint8_t> Data,
                               uint64_t Base, uint32_t StartOffset) {}