LLVM API Documentation
Helper used to pair up a symbol and its DWARF compile unit. More...
#include <DwarfDebug.h>
Public Member Functions | |
SymbolCU (CompileUnit *CU, const MCSymbol *Sym) | |
Public Attributes | |
const MCSymbol * | Sym |
CompileUnit * | CU |
Helper used to pair up a symbol and its DWARF compile unit.
Definition at line 306 of file DwarfDebug.h.
|
inline |
Definition at line 307 of file DwarfDebug.h.
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()().