Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp400 AutoIndent Indent(P, 7); in visitSymbolEnd()
430 AutoIndent Indent(P, 7); in visitKnownRecord()
439 AutoIndent Indent(P, 7); in visitKnownRecord()
451 AutoIndent Indent(P, 7); in visitKnownRecord()
463 AutoIndent Indent(P, 7); in visitKnownRecord()
468 AutoIndent Indent2(P, 2); in visitKnownRecord()
477 AutoIndent Indent(P, 7); in visitKnownRecord()
481 AutoIndent Indent2(P, 2); in visitKnownRecord()
491 AutoIndent Indent(P, 7); in visitKnownRecord()
504 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()
339 AutoIndent Indent2(P, IndentLevel); in iterateOneModule()
[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()
444 AutoIndent Indent(P, FieldWidth + 2); in dumpSectionContrib()
476 AutoIndent Indent(P); in dumpModules()
566 AutoIndent Indent(P); in dumpSymbolStats()
591 AutoIndent Indent(P, 4); in dumpSymbolStats()
614 AutoIndent Indent(P); in dumpTypeStats()
[all …]
H A DMinimalTypeDumper.cpp266 AutoIndent Indent(P, 9); in visitTypeEnd()
279 AutoIndent Indent(P, 2); in visitMemberEnd()
535 AutoIndent Indent(P); in visitKnownMember()
571 AutoIndent Indent(P); in visitKnownMember()
579 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/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() argument
141 ~AutoIndent() { in ~AutoIndent() argument
H A DInputFile.h172 AutoIndent Indent(HeaderScope); in iterateOneModule()
179 AutoIndent Indent(HeaderScope); in iterateSymbolGroups()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DLinePrinter.cpp208 AutoIndent Indent(*this); in formatMsfStreamData()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DCoreProperties.td179 def AutoIndent: Property<"auto-indent", "Boolean">,