LLVM  3.7.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 200 of file DwarfDebug.h.

Constructor & Destructor Documentation

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

Definition at line 201 of file DwarfDebug.h.

Member Data Documentation

DwarfCompileUnit* llvm::SymbolCU::CU

Definition at line 203 of file DwarfDebug.h.

const MCSymbol* llvm::SymbolCU::Sym

Definition at line 202 of file DwarfDebug.h.


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