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

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

Public Attributes
int Adjectives
union {
const AllocaInst * Alloca
int FrameIndex
} CatchObj = {}
The CatchObj starts out life as an LLVM alloca and is eventually turned frame index.
GlobalVariable * TypeDescriptor
MBBOrBasicBlock Handler

Definition at line 60 of file WinEHFuncInfo.h.

Adjectives

int llvm::WinEHHandlerType::Adjectives

Alloca

[union]

union { ... } llvm::WinEHHandlerType::CatchObj

The CatchObj starts out life as an LLVM alloca and is eventually turned frame index.

Referenced by addTryBlockMapEntry().

FrameIndex

int llvm::WinEHHandlerType::FrameIndex

Handler

TypeDescriptor


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