LLVM  8.0.1
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"

Collaboration diagram for llvm::SymbolCU:
Collaboration graph
[legend]

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 265 of file DwarfDebug.h.

Constructor & Destructor Documentation

◆ SymbolCU()

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

Definition at line 266 of file DwarfDebug.h.

Member Data Documentation

◆ CU

DwarfCompileUnit* llvm::SymbolCU::CU

Definition at line 269 of file DwarfDebug.h.

◆ Sym

const MCSymbol* llvm::SymbolCU::Sym

Definition at line 268 of file DwarfDebug.h.


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