LLVM API Documentation

Public Member Functions | Public Attributes
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:
Collaboration graph
[legend]

List of all members.

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


Constructor & Destructor Documentation

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

Definition at line 146 of file DwarfDebug.h.


Member Data Documentation

Definition at line 148 of file DwarfDebug.h.

Definition at line 147 of file DwarfDebug.h.


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