Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/tools/lldb-test/
DFormatUtil.cpp22 : 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()
DFormatUtil.h24 int IndentSpaces; variable
/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
DLinePrinter.cpp58 : 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/
DLinePrinter.h103 int IndentSpaces; variable