Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp406 AutoIndent Indent(P, 7); in visitKnownRecord()
415 AutoIndent Indent(P, 7); in visitKnownRecord()
427 AutoIndent Indent(P, 7); in visitKnownRecord()
439 AutoIndent Indent(P, 7); in visitKnownRecord()
453 AutoIndent Indent(P, 7); in visitKnownRecord()
467 AutoIndent Indent(P, 7); in visitKnownRecord()
480 AutoIndent Indent(P, 7); in visitKnownRecord()
488 AutoIndent Indent(P, 7); in visitKnownRecord()
497 AutoIndent Indent(P, 7); in visitKnownRecord()
517 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.cpp76 AutoIndent Indent(P, 4); in printStreamNotValidForObj()
81 AutoIndent Indent(P, 4); in printStreamNotPresent()
245 AutoIndent Indent(P); in dumpFileSummary()
334 AutoIndent Indent(P); in printModuleDetailStats()
354 AutoIndent Indent(P); in dumpStreamSummary()
475 AutoIndent Indent(P); in dumpModules()
612 AutoIndent Indent(P); in dumpTypeStats()
1059 AutoIndent Indent(P); in dumpStringTableFromPdb()
1158 AutoIndent Indent(P); in dumpNamedStreams()
1359 AutoIndent Indent(P); in dumpTpiStream()
[all …]
H A DMinimalTypeDumper.cpp264 AutoIndent Indent(P, 9); in visitTypeEnd()
277 AutoIndent Indent(P, 2); in visitMemberEnd()
533 AutoIndent Indent(P); in visitKnownMember()
569 AutoIndent Indent(P); in visitKnownMember()
577 AutoIndent Indent(P); in visitKnownMember()
H A DExplainOutputStyle.cpp52 AutoIndent Indent(P); in explainPdbFile()
409 AutoIndent Indent(P); in explainStreamOffset()
457 AutoIndent Indent(P); in explainStreamOffset()
H A Dllvm-pdbutil.cpp1149 AutoIndent Indent(Printer); in dumpPretty()
1314 AutoIndent Indent1(Printer); in dumpPretty()
/llvm-project-15.0.7/lldb/tools/lldb-test/
H A DFormatUtil.h61 struct AutoIndent { struct
62 explicit AutoIndent(LinePrinter &L, uint32_t Amount = 0)
66 ~AutoIndent() { in ~AutoIndent() argument
H A Dlldb-test.cpp322 AutoIndent Indent(P, 2); in dumpState()
334 AutoIndent Indent(P, 2); in dumpState()
856 AutoIndent Indent(Printer, 2); in dumpSectionList()
926 AutoIndent Indent(Printer, 2); in dumpObjectFiles()
/llvm-project-15.0.7/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.h173 AutoIndent Indent(HeaderScope); in iterateOneModule()
180 AutoIndent Indent(HeaderScope); in iterateSymbolGroups()
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DLinePrinter.cpp208 AutoIndent Indent(*this); in formatMsfStreamData()
/llvm-project-15.0.7/lldb/source/Core/
H A DCoreProperties.td158 def AutoIndent: Property<"auto-indent", "Boolean">,