LLVM  4.0.0
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 <DwarfDebug.h>

Collaboration diagram for llvm::SymbolCU:
[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 189 of file DwarfDebug.h.

Constructor & Destructor Documentation

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

Definition at line 190 of file DwarfDebug.h.

Member Data Documentation

DwarfCompileUnit* llvm::SymbolCU::CU

Definition at line 192 of file DwarfDebug.h.

const MCSymbol* llvm::SymbolCU::Sym

Definition at line 191 of file DwarfDebug.h.


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