LLVM 19.0.0git
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"

Public Attributes

int ValueForTypeID
 
int NextAction
 
unsigned Previous
 

Detailed Description

Structure describing an entry in the actions table.

Definition at line 54 of file EHStreamer.h.

Member Data Documentation

◆ NextAction

int llvm::EHStreamer::ActionEntry::NextAction

Definition at line 56 of file EHStreamer.h.

◆ Previous

unsigned llvm::EHStreamer::ActionEntry::Previous

Definition at line 57 of file EHStreamer.h.

◆ ValueForTypeID

int llvm::EHStreamer::ActionEntry::ValueForTypeID

Definition at line 55 of file EHStreamer.h.


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