LLVM: llvm::pdb::PrintScope Struct Reference (original) (raw)

#include "[llvm/DebugInfo/PDB/Native/LinePrinter.h](LinePrinter%5F8h%5Fsource.html)"

Public Member Functions
Public Attributes
LinePrinter & P
uint32_t IndentLevel
uint32_t LabelWidth = 0

Detailed Description

Definition at line 119 of file LinePrinter.h.

Constructor & Destructor Documentation

llvm::pdb::PrintScope::PrintScope ( LinePrinter & P, uint32_t IndentLevel ) inlineexplicit

Definition at line 120 of file LinePrinter.h.

References IndentLevel, and P.

Referenced by PrintScope().

PrintScope() [2/2]

llvm::pdb::PrintScope::PrintScope ( const PrintScope & Other, uint32_t LabelWidth ) inlineexplicit

Definition at line 122 of file LinePrinter.h.

References IndentLevel, LabelWidth, llvm::Other, P, and PrintScope().

Member Data Documentation

IndentLevel

uint32_t llvm::pdb::PrintScope::IndentLevel

Definition at line 126 of file LinePrinter.h.

Referenced by PrintScope(), and PrintScope().

LabelWidth

uint32_t llvm::pdb::PrintScope::LabelWidth = 0

Definition at line 127 of file LinePrinter.h.

Referenced by llvm::pdb::iterateOneModule(), and PrintScope().

P

LinePrinter& llvm::pdb::PrintScope::P

Definition at line 125 of file LinePrinter.h.

Referenced by llvm::pdb::iterateOneModule(), llvm::pdb::iterateSymbolGroups(), PrintScope(), and PrintScope().


The documentation for this struct was generated from the following file: