LLVM: llvm::ClrEHUnwindMapEntry Struct Reference (original) (raw)

#include "[llvm/CodeGen/WinEHFuncInfo.h](WinEHFuncInfo%5F8h%5Fsource.html)"

Public Attributes
MBBOrBasicBlock Handler
uint32_t TypeToken
int HandlerParentState
Outer handler enclosing this entry's handler.
int TryParentState
Outer try region enclosing this entry's try region, treating later catches on same try as "outer".
ClrHandlerType HandlerType

Definition at line 81 of file WinEHFuncInfo.h.

Handler

HandlerParentState

int llvm::ClrEHUnwindMapEntry::HandlerParentState

HandlerType

TryParentState

int llvm::ClrEHUnwindMapEntry::TryParentState

Outer try region enclosing this entry's try region, treating later catches on same try as "outer".

Definition at line 85 of file WinEHFuncInfo.h.

TypeToken

uint32_t llvm::ClrEHUnwindMapEntry::TypeToken


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