Home
last modified time | relevance | path

Searched refs:AutoIndent (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp426 AutoIndent Indent(P, 7); in visitKnownRecord()
435 AutoIndent Indent(P, 7); in visitKnownRecord()
447 AutoIndent Indent(P, 7); in visitKnownRecord()
459 AutoIndent Indent(P, 7); in visitKnownRecord()
473 AutoIndent Indent(P, 7); in visitKnownRecord()
487 AutoIndent Indent(P, 7); in visitKnownRecord()
500 AutoIndent Indent(P, 7); in visitKnownRecord()
508 AutoIndent Indent(P, 7); in visitKnownRecord()
517 AutoIndent Indent(P, 7); in visitKnownRecord()
537 AutoIndent Indent(P, 7); in visitKnownRecord()
[all …]
H A DBytesOutputStyle.cpp199 AutoIndent Indent(P); in dumpNameMap()
210 AutoIndent Indent(P); in dumpBlockRanges()
229 AutoIndent Indent(P); in dumpSectionContributions()
240 AutoIndent Indent(P); in dumpSectionMap()
251 AutoIndent Indent(P); in dumpModuleInfos()
262 AutoIndent Indent(P); in dumpFileInfo()
273 AutoIndent Indent(P); in dumpTypeServerMap()
284 AutoIndent Indent(P); in dumpECData()
303 AutoIndent Indent(P); in dumpTypeIndex()
356 AutoIndent Indent(P); in iterateModules()
[all …]
H A DDumpOutputStyle.cpp77 AutoIndent Indent(P, 4); in printStreamNotValidForObj()
82 AutoIndent Indent(P, 4); in printStreamNotPresent()
246 AutoIndent Indent(P); in dumpFileSummary()
335 AutoIndent Indent(P); in printModuleDetailStats()
355 AutoIndent Indent(P); in dumpStreamSummary()
476 AutoIndent Indent(P); in dumpModules()
614 AutoIndent Indent(P); in dumpTypeStats()
1061 AutoIndent Indent(P); in dumpStringTableFromPdb()
1160 AutoIndent Indent(P); in dumpNamedStreams()
1361 AutoIndent Indent(P); in dumpTpiStream()
[all …]
H A DMinimalTypeDumper.cpp265 AutoIndent Indent(P, 9); in visitTypeEnd()
278 AutoIndent Indent(P, 2); in visitMemberEnd()
534 AutoIndent Indent(P); in visitKnownMember()
570 AutoIndent Indent(P); in visitKnownMember()
578 AutoIndent Indent(P); in visitKnownMember()
H A DExplainOutputStyle.cpp52 AutoIndent Indent(P); in explainPdbFile()
408 AutoIndent Indent(P); in explainStreamOffset()
456 AutoIndent Indent(P); in explainStreamOffset()
H A Dllvm-pdbutil.cpp1147 AutoIndent Indent(Printer); in dumpPretty()
1312 AutoIndent Indent1(Printer); in dumpPretty()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DLinePrinter.h132 struct AutoIndent { struct
133 explicit AutoIndent(LinePrinter &L, uint32_t Amount = 0)
137 explicit AutoIndent(const PrintScope &Scope) { in AutoIndent() function
141 ~AutoIndent() { in ~AutoIndent() argument
H A DInputFile.h172 AutoIndent Indent(HeaderScope); in iterateOneModule()
179 AutoIndent Indent(HeaderScope); in iterateSymbolGroups()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DLinePrinter.cpp208 AutoIndent Indent(*this); in formatMsfStreamData()
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DCoreProperties.td174 def AutoIndent: Property<"auto-indent", "Boolean">,