LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::SymbolCU Struct Reference

Helper used to pair up a symbol and its DWARF compile unit. More...

#include "CodeGen/AsmPrinter/DwarfDebug.h"

Public Member Functions

 SymbolCU (DwarfCompileUnit *CU, const MCSymbol *Sym)
 

Public Attributes

const MCSymbolSym
 
DwarfCompileUnitCU
 

Detailed Description

Helper used to pair up a symbol and its DWARF compile unit.

Definition at line 335 of file DwarfDebug.h.

Constructor & Destructor Documentation

◆ SymbolCU()

llvm::SymbolCU::SymbolCU ( DwarfCompileUnit CU,
const MCSymbol Sym 
)
inline

Definition at line 336 of file DwarfDebug.h.

Member Data Documentation

◆ CU

DwarfCompileUnit* llvm::SymbolCU::CU

Definition at line 339 of file DwarfDebug.h.

◆ Sym

const MCSymbol* llvm::SymbolCU::Sym

Definition at line 338 of file DwarfDebug.h.


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