LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes | List of all members
llvm::DwarfException::ActionEntry Struct Reference

ActionEntry - Structure describing an entry in the actions table. More...

#include <DwarfException.h>

Collaboration diagram for llvm::DwarfException::ActionEntry:
Collaboration graph
[legend]

Public Attributes

int ValueForTypeID
 
int NextAction
 
unsigned Previous
 

Detailed Description

ActionEntry - Structure describing an entry in the actions table.

Definition at line 64 of file DwarfException.h.

Member Data Documentation

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().


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