LLVM 20.0.0git
|
#include "llvm/DebugInfo/PDB/Native/LinePrinter.h"
Public Member Functions | |
PrintScope (LinePrinter &P, uint32_t IndentLevel) | |
PrintScope (const PrintScope &Other, uint32_t LabelWidth) | |
Public Attributes | |
LinePrinter & | P |
uint32_t | IndentLevel |
uint32_t | LabelWidth = 0 |
Definition at line 117 of file LinePrinter.h.
|
inlineexplicit |
Definition at line 118 of file LinePrinter.h.
|
inlineexplicit |
Definition at line 120 of file LinePrinter.h.
uint32_t llvm::pdb::PrintScope::IndentLevel |
Definition at line 124 of file LinePrinter.h.
uint32_t llvm::pdb::PrintScope::LabelWidth = 0 |
Definition at line 125 of file LinePrinter.h.
Referenced by llvm::pdb::iterateOneModule().
LinePrinter& llvm::pdb::PrintScope::P |
Definition at line 123 of file LinePrinter.h.
Referenced by llvm::pdb::iterateOneModule(), and llvm::pdb::iterateSymbolGroups().