LLVM 22.0.0git
llvm::pdb::PrintScope Struct Reference

#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

LinePrinterP
uint32_t IndentLevel
uint32_t LabelWidth = 0

Detailed Description

Definition at line 119 of file LinePrinter.h.

Constructor & Destructor Documentation

◆ PrintScope() [1/2]

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

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