LLVM  8.0.1
Public Attributes | List of all members
llvm::EHStreamer::ActionEntry Struct Reference

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

#include "CodeGen/AsmPrinter/EHStreamer.h"

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

Public Attributes

int ValueForTypeID
 
int NextAction
 
unsigned Previous
 

Detailed Description

Structure describing an entry in the actions table.

Definition at line 55 of file EHStreamer.h.

Member Data Documentation

◆ NextAction

int llvm::EHStreamer::ActionEntry::NextAction

Definition at line 57 of file EHStreamer.h.

Referenced by llvm::EHStreamer::emitExceptionTable().

◆ Previous

unsigned llvm::EHStreamer::ActionEntry::Previous

Definition at line 58 of file EHStreamer.h.

◆ ValueForTypeID

int llvm::EHStreamer::ActionEntry::ValueForTypeID

Definition at line 56 of file EHStreamer.h.

Referenced by llvm::EHStreamer::emitExceptionTable().


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