LLVM API Documentation
CallSiteEntry - Structure describing an entry in the call-site table. More...
#include <DwarfException.h>
Public Attributes | |
MCSymbol * | BeginLabel |
MCSymbol * | EndLabel |
MCSymbol * | PadLabel |
unsigned | Action |
CallSiteEntry - Structure describing an entry in the call-site table.
Definition at line 71 of file DwarfException.h.
unsigned llvm::DwarfException::CallSiteEntry::Action |
Definition at line 78 of file DwarfException.h.
Referenced by llvm::DwarfException::ComputeCallSiteTable(), and llvm::DwarfException::EmitExceptionTable().
MCSymbol* llvm::DwarfException::CallSiteEntry::BeginLabel |
Definition at line 73 of file DwarfException.h.
Referenced by llvm::DwarfException::EmitExceptionTable().
MCSymbol* llvm::DwarfException::CallSiteEntry::EndLabel |
Definition at line 74 of file DwarfException.h.
Referenced by llvm::DwarfException::ComputeCallSiteTable(), and llvm::DwarfException::EmitExceptionTable().
MCSymbol* llvm::DwarfException::CallSiteEntry::PadLabel |
Definition at line 77 of file DwarfException.h.
Referenced by llvm::DwarfException::ComputeCallSiteTable(), and llvm::DwarfException::EmitExceptionTable().