Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDMinimalSymbolDumper.cpp359 AutoIndent Indent(P, 7); in visitSymbolEnd()
389 AutoIndent Indent(P, 7); in visitKnownRecord()
398 AutoIndent Indent(P, 7); in visitKnownRecord()
410 AutoIndent Indent(P, 7); in visitKnownRecord()
422 AutoIndent Indent(P, 7); in visitKnownRecord()
427 AutoIndent Indent2(P, 2); in visitKnownRecord()
436 AutoIndent Indent(P, 7); in visitKnownRecord()
440 AutoIndent Indent2(P, 2); in visitKnownRecord()
450 AutoIndent Indent(P, 7); in visitKnownRecord()
463 AutoIndent Indent(P, 7); in visitKnownRecord()
[all …]
HDBytesOutputStyle.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 …]
HDDumpOutputStyle.cpp75 AutoIndent Indent(P, 4); in printStreamNotValidForObj()
80 AutoIndent Indent(P, 4); in printStreamNotPresent()
245 AutoIndent Indent(P); in dumpFileSummary()
334 AutoIndent Indent(P); in printModuleDetailStats()
384 AutoIndent Indent(P); in dumpStreamSummary()
445 AutoIndent Indent(HeaderScope); in iterateOneModule()
453 AutoIndent Indent(HeaderScope); in iterateSymbolGroups()
560 AutoIndent Indent(P, FieldWidth + 2); in dumpSectionContrib()
592 AutoIndent Indent(P); in dumpModules()
669 AutoIndent Indent(P); in dumpSymbolStats()
[all …]
HDLinePrinter.h113 struct AutoIndent { struct
114 explicit AutoIndent(LinePrinter &L, uint32_t Amount = 0)
118 explicit AutoIndent(const Optional<PrintScope> &Scope) { in AutoIndent() argument
124 ~AutoIndent() { in ~AutoIndent() argument
HDMinimalTypeDumper.cpp260 AutoIndent Indent(P, 9); in visitTypeEnd()
273 AutoIndent Indent(P, 2); in visitMemberEnd()
529 AutoIndent Indent(P); in visitKnownMember()
565 AutoIndent Indent(P); in visitKnownMember()
573 AutoIndent Indent(P); in visitKnownMember()
HDExplainOutputStyle.cpp49 AutoIndent Indent(P); in explainPdbFile()
406 AutoIndent Indent(P); in explainStreamOffset()
454 AutoIndent Indent(P); in explainStreamOffset()
HDLinePrinter.cpp202 AutoIndent Indent(*this); in formatMsfStreamData()
HDllvm-pdbutil.cpp1120 AutoIndent Indent(Printer); in dumpPretty()
1285 AutoIndent Indent1(Printer); in dumpPretty()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
HDCoreProperties.td98 def AutoIndent: Property<"auto-indent", "Boolean">,