HomeSort by: relevance | last modified time | path
    Searched refs:PrintScope (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
LinePrinter.h 95 struct PrintScope {
96 explicit PrintScope(LinePrinter &P, uint32_t IndentLevel)
98 explicit PrintScope(const PrintScope &Other, uint32_t LabelWidth)
106 inline Optional<PrintScope> withLabelWidth(const Optional<PrintScope> &Scope,
110 return PrintScope{*Scope, W};
118 explicit AutoIndent(const Optional<PrintScope> &Scope) {
DumpOutputStyle.cpp 437 iterateOneModule(InputFile &File, const Optional<PrintScope> &HeaderScope,
451 const Optional<PrintScope> &HeaderScope,
479 InputFile &File, const Optional<PrintScope> &HeaderScope,
599 File, PrintScope{P, 11}, [&](uint32_t Modi, const SymbolGroup &Strings) {
635 iterateSymbolGroups(File, PrintScope{P, 11},
660 Optional<PrintScope> Scope;
948 File, PrintScope{P, 4},
987 File, PrintScope{P, 2},
1015 File, PrintScope{P, 2},
1056 File, PrintScope{P, 2}
    [all...]

Completed in 17 milliseconds