Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp376 AutoIndent Indent(P, 7); in visitSymbolEnd()
406 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()
444 AutoIndent Indent2(P, 2); in visitKnownRecord()
453 AutoIndent Indent(P, 7); in visitKnownRecord()
457 AutoIndent Indent2(P, 2); in visitKnownRecord()
467 AutoIndent Indent(P, 7); in visitKnownRecord()
480 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.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()
443 AutoIndent Indent(P, FieldWidth + 2); in dumpSectionContrib()
475 AutoIndent Indent(P); in dumpModules()
565 AutoIndent Indent(P); in dumpSymbolStats()
590 AutoIndent Indent(P, 4); in dumpSymbolStats()
613 AutoIndent Indent(P); in dumpTypeStats()
[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()
/openbsd-src/gnu/llvm/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.cpp369 AutoIndent Indent(P, 2); in dumpState()
381 AutoIndent Indent(P, 2); in dumpState()
954 AutoIndent Indent(Printer, 2); in dumpSectionList()
1024 AutoIndent Indent(Printer, 2); in dumpObjectFiles()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DLinePrinter.cpp208 AutoIndent Indent(*this); in formatMsfStreamData()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DCoreProperties.td162 def AutoIndent: Property<"auto-indent", "Boolean">,