LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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:
Collaboration graph
[legend]

Public Member Functions

 SymbolCU (CompileUnit *CU, const MCSymbol *Sym)
 

Public Attributes

const MCSymbolSym
 
CompileUnitCU
 

Detailed Description

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

Definition at line 306 of file DwarfDebug.h.

Constructor & Destructor Documentation

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

Definition at line 307 of file DwarfDebug.h.

Member Data Documentation

CompileUnit* llvm::SymbolCU::CU

Definition at line 309 of file DwarfDebug.h.

const MCSymbol* llvm::SymbolCU::Sym

Definition at line 308 of file DwarfDebug.h.

Referenced by SymbolCUSorter::operator()().


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