Searched refs:AutoIndent (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalSymbolDumper.cpp | 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() 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 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() 356 AutoIndent Indent(P); in iterateModules() [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() 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 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()
|
| /llvm-project-15.0.7/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 | 322 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 D | LinePrinter.h | 132 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 D | InputFile.h | 173 AutoIndent Indent(HeaderScope); in iterateOneModule() 180 AutoIndent Indent(HeaderScope); in iterateSymbolGroups()
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | LinePrinter.cpp | 208 AutoIndent Indent(*this); in formatMsfStreamData()
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | CoreProperties.td | 158 def AutoIndent: Property<"auto-indent", "Boolean">,
|