Searched refs:PrintScope (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | LinePrinter.h | 117 struct PrintScope { struct 118 explicit PrintScope(LinePrinter &P, uint32_t IndentLevel) in PrintScope() argument 120 explicit PrintScope(const PrintScope &Other, uint32_t LabelWidth) in PrintScope() function 128 inline PrintScope withLabelWidth(const PrintScope &Scope, uint32_t W) { in withLabelWidth() argument 129 return PrintScope{Scope, W}; in withLabelWidth() 137 explicit AutoIndent(const PrintScope &Scope) { in AutoIndent()
|
| H A D | InputFile.h | 166 Error iterateOneModule(InputFile &File, const PrintScope &HeaderScope, in iterateOneModule() 178 Error iterateSymbolGroups(InputFile &Input, const PrintScope &HeaderScope, in iterateSymbolGroups() 206 InputFile &File, const PrintScope &HeaderScope, in iterateModuleSubsections()
|
| /llvm-project-15.0.7/llvm/tools/llvm-pdbutil/ |
| H A D | DumpOutputStyle.cpp | 484 File, PrintScope{P, 11}, in dumpModules() 530 File, PrintScope{P, 11}, in dumpModuleFiles() 555 PrintScope Scope(P, 2); in dumpSymbolStats() 847 File, PrintScope{P, 4}, in dumpLines() 885 File, PrintScope{P, 2}, in dumpInlineeLines() 912 File, PrintScope{P, 2}, in dumpXmi() 952 File, PrintScope{P, 2}, in dumpXme() 1131 File, PrintScope{P, 4}, in dumpStringTableFromObj() 1441 File, PrintScope{P, 2}, in dumpModuleSymsForObj() 1468 File, PrintScope{P, 2}, in dumpModuleSymsForPdb()
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | ScopedPrinterTest.cpp | 1074 TEST_F(ScopedPrinterTest, PrintScope) { in TEST_F() argument
|