Searched refs:PrintScope (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/ |
| D | LinePrinter.h | 117 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()
|
| D | InputFile.h | 165 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/ |
| D | DumpOutputStyle.cpp | 484 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()
|