LLVM 22.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 119 of file LinePrinter.h.
|
inlineexplicit |
Definition at line 120 of file LinePrinter.h.
References IndentLevel, and P.
Referenced by PrintScope().
|
inlineexplicit |
Definition at line 122 of file LinePrinter.h.
References IndentLevel, LabelWidth, llvm::Other, P, and PrintScope().
uint32_t llvm::pdb::PrintScope::IndentLevel |
Definition at line 126 of file LinePrinter.h.
Referenced by PrintScope(), and PrintScope().
uint32_t llvm::pdb::PrintScope::LabelWidth = 0 |
Definition at line 127 of file LinePrinter.h.
Referenced by llvm::pdb::iterateOneModule(), and PrintScope().
LinePrinter& llvm::pdb::PrintScope::P |
Definition at line 125 of file LinePrinter.h.
Referenced by llvm::pdb::iterateOneModule(), llvm::pdb::iterateSymbolGroups(), PrintScope(), and PrintScope().