LLVM
8.0.1
|
Structure describing an entry in the actions table. More...
#include "CodeGen/AsmPrinter/EHStreamer.h"
Public Attributes | |
int | ValueForTypeID |
int | NextAction |
unsigned | Previous |
Structure describing an entry in the actions table.
Definition at line 55 of file EHStreamer.h.
int llvm::EHStreamer::ActionEntry::NextAction |
Definition at line 57 of file EHStreamer.h.
Referenced by llvm::EHStreamer::emitExceptionTable().
unsigned llvm::EHStreamer::ActionEntry::Previous |
Definition at line 58 of file EHStreamer.h.
int llvm::EHStreamer::ActionEntry::ValueForTypeID |
Definition at line 56 of file EHStreamer.h.
Referenced by llvm::EHStreamer::emitExceptionTable().