Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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() argument
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()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp485 File, PrintScope{P, 11}, in dumpModules()
531 File, PrintScope{P, 11}, in dumpModuleFiles()
556 PrintScope Scope(P, 2); in dumpSymbolStats()
849 File, PrintScope{P, 4}, in dumpLines()
887 File, PrintScope{P, 2}, in dumpInlineeLines()
914 File, PrintScope{P, 2}, in dumpXmi()
954 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()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp1553 std::function<void(const LVScope *Scope)> PrintScope = in printScopeSize()
1566 PrintScope(Scope); in printSizes()
1583 PrintScope(this); in printSizes()
1561 std::function<void(const LVScope *Scope)> PrintScope = printSizes() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp969 const PrintScope HeaderScope(Printer, /*IndentLevel=*/2); in createScopes()