Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A 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()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DLinePrinter.h103 int IndentSpaces; variable