Searched refs:IndentSpaces (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | LinePrinter.cpp | 55 : 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()
|
D | LinePrinter.h | 83 int IndentSpaces; variable
|
/external/llvm/tools/llvm-pdbdump/ |
D | LinePrinter.cpp | 46 : 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()
|
D | LinePrinter.h | 49 int IndentSpaces; variable
|