Home
last modified time | relevance | path

Searched refs:IndentSpaces (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DLinePrinter.cpp55 : OS(Stream), IndentSpaces(Indent), CurrentIndent(0), UseColor(UseColor) { in LinePrinter()
73 Amount = IndentSpaces; in Indent()
79 Amount = IndentSpaces; in Unindent()
110 CurrentIndent + IndentSpaces, true); in formatBinary()
124 CurrentIndent + IndentSpaces, true); in formatBinary()
236 CurrentIndent + IndentSpaces, true); in formatMsfStreamData()
263 CurrentIndent + IndentSpaces, true); in formatMsfStreamBlocks()
DLinePrinter.h83 int IndentSpaces; variable
/external/llvm/tools/llvm-pdbdump/
DLinePrinter.cpp46 : OS(Stream), IndentSpaces(Indent), CurrentIndent(0) { in LinePrinter()
62 void LinePrinter::Indent() { CurrentIndent += IndentSpaces; } in Indent()
65 CurrentIndent = std::max(0, CurrentIndent - IndentSpaces); in Unindent()
DLinePrinter.h49 int IndentSpaces; variable