Home
last modified time | relevance | path

Searched refs:PrintScope (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DLinePrinter.h117 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 DInputFile.h166 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 DDumpOutputStyle.cpp484 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 DScopedPrinterTest.cpp1074 TEST_F(ScopedPrinterTest, PrintScope) { in TEST_F() argument