LLVM API Documentation
ActionEntry - Structure describing an entry in the actions table. More...
#include <DwarfException.h>
Public Attributes | |
int | ValueForTypeID |
int | NextAction |
unsigned | Previous |
ActionEntry - Structure describing an entry in the actions table.
Definition at line 64 of file DwarfException.h.
int llvm::DwarfException::ActionEntry::NextAction |
Definition at line 66 of file DwarfException.h.
Referenced by llvm::DwarfException::EmitExceptionTable().
unsigned llvm::DwarfException::ActionEntry::Previous |
Definition at line 67 of file DwarfException.h.
int llvm::DwarfException::ActionEntry::ValueForTypeID |
Definition at line 65 of file DwarfException.h.
Referenced by llvm::DwarfException::EmitExceptionTable().