Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
DLinePrinter.h95 struct PrintScope { struct
96 explicit PrintScope(LinePrinter &P, uint32_t IndentLevel) in PrintScope() function
98 explicit PrintScope(const PrintScope &Other, uint32_t LabelWidth) in PrintScope() function
106 inline Optional<PrintScope> withLabelWidth(const Optional<PrintScope> &Scope, in withLabelWidth() argument
110 return PrintScope{*Scope, W}; in withLabelWidth()
118 explicit AutoIndent(const Optional<PrintScope> &Scope) { in AutoIndent()
DDumpOutputStyle.cpp437 iterateOneModule(InputFile &File, const Optional<PrintScope> &HeaderScope, in iterateOneModule()
451 const Optional<PrintScope> &HeaderScope, in iterateSymbolGroups()
479 InputFile &File, const Optional<PrintScope> &HeaderScope, in iterateModuleSubsections()
599 File, PrintScope{P, 11}, [&](uint32_t Modi, const SymbolGroup &Strings) { in dumpModules()
635 iterateSymbolGroups(File, PrintScope{P, 11}, in dumpModuleFiles()
660 Optional<PrintScope> Scope; in dumpSymbolStats()
948 File, PrintScope{P, 4}, in dumpLines()
987 File, PrintScope{P, 2}, in dumpInlineeLines()
1015 File, PrintScope{P, 2}, in dumpXmi()
1056 File, PrintScope{P, 2}, in dumpXme()
[all …]