Searched refs:IndentSpaces (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/gnu/llvm/lldb/tools/lldb-test/ |
| D | FormatUtil.cpp | 22 : OS(Stream), IndentSpaces(Indent), CurrentIndent(0) {} in LinePrinter() 26 Amount = IndentSpaces; in Indent() 32 Amount = IndentSpaces; in Unindent() 48 CurrentIndent + IndentSpaces, true); in formatBinary() 61 OS << format_bytes_with_ascii(Data, Base, 32, 4, CurrentIndent + IndentSpaces, in formatBinary()
|
| D | FormatUtil.h | 24 int IndentSpaces; variable
|
| /openbsd/src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
| D | LinePrinter.cpp | 58 : OS(Stream), IndentSpaces(Indent), CurrentIndent(0), UseColor(UseColor), in LinePrinter() 77 Amount = IndentSpaces; in Indent() 83 Amount = IndentSpaces; in Unindent() 114 CurrentIndent + IndentSpaces, true); in formatBinary() 128 CurrentIndent + IndentSpaces, true); in formatBinary() 240 CurrentIndent + IndentSpaces, true); in formatMsfStreamData() 268 CurrentIndent + IndentSpaces, true); in formatMsfStreamBlocks()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/ |
| D | LinePrinter.h | 103 int IndentSpaces; variable
|