Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DLinePrinter.h117 struct PrintScope { struct
118 explicit PrintScope(LinePrinter &P, uint32_t IndentLevel) in PrintScope() function
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.h165 Error iterateOneModule(InputFile &File, const PrintScope &HeaderScope, in iterateOneModule()
177 Error iterateSymbolGroups(InputFile &Input, const PrintScope &HeaderScope, in iterateSymbolGroups()
205 InputFile &File, const PrintScope &HeaderScope, in iterateModuleSubsections()
/openbsd-src/gnu/llvm/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()
848 File, PrintScope{P, 4}, in dumpLines()
886 File, PrintScope{P, 2}, in dumpInlineeLines()
913 File, PrintScope{P, 2}, in dumpXmi()
953 File, PrintScope{P, 2}, in dumpXme()
1132 File, PrintScope{P, 4}, in dumpStringTableFromObj()
1442 File, PrintScope{P, 2}, in dumpModuleSymsForObj()
1469 File, PrintScope{P, 2}, in dumpModuleSymsForPdb()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp1568 std::function<void(const LVScope *Scope)> PrintScope = in printSizes() local
1581 PrintScope(Scope); in printSizes()
1598 PrintScope(this); in printSizes()