Searched refs:AutoIndent (Results 1 – 12 of 12) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalSymbolDumper.cpp | 376 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 D | BytesOutputStyle.cpp | 199 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 D | DumpOutputStyle.cpp | 76 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 D | MinimalTypeDumper.cpp | 264 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 D | ExplainOutputStyle.cpp | 52 AutoIndent Indent(P); in explainPdbFile() 409 AutoIndent Indent(P); in explainStreamOffset() 457 AutoIndent Indent(P); in explainStreamOffset()
|
| H A D | llvm-pdbutil.cpp | 1149 AutoIndent Indent(Printer); in dumpPretty() 1314 AutoIndent Indent1(Printer); in dumpPretty()
|
| /openbsd-src/gnu/llvm/lldb/tools/lldb-test/ |
| H A D | FormatUtil.h | 61 struct AutoIndent { struct 62 explicit AutoIndent(LinePrinter &L, uint32_t Amount = 0) 66 ~AutoIndent() { in ~AutoIndent() argument
|
| H A D | lldb-test.cpp | 369 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 D | LinePrinter.h | 132 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 D | InputFile.h | 172 AutoIndent Indent(HeaderScope); in iterateOneModule() 179 AutoIndent Indent(HeaderScope); in iterateSymbolGroups()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | LinePrinter.cpp | 208 AutoIndent Indent(*this); in formatMsfStreamData()
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | CoreProperties.td | 162 def AutoIndent: Property<"auto-indent", "Boolean">,
|