|
LLVM
8.0.1
|
#include "llvm/CodeGen/WinEHFuncInfo.h"

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. More... | |
| GlobalVariable * | TypeDescriptor |
| MBBOrBasicBlock | Handler |
Definition at line 61 of file WinEHFuncInfo.h.
| int llvm::WinEHHandlerType::Adjectives |
Definition at line 62 of file WinEHFuncInfo.h.
Referenced by addTryBlockMapEntry().
| const AllocaInst* llvm::WinEHHandlerType::Alloca |
Definition at line 66 of file WinEHFuncInfo.h.
Referenced by addTryBlockMapEntry(), and llvm::FunctionLoweringInfo::set().
| union { ... } llvm::WinEHHandlerType::CatchObj |
The CatchObj starts out life as an LLVM alloca and is eventually turned frame index.
Referenced by addTryBlockMapEntry(), getStartOrEndSlot(), llvm::X86FrameLowering::processFunctionBeforeFrameFinalized(), and llvm::FunctionLoweringInfo::set().
| int llvm::WinEHHandlerType::FrameIndex |
Definition at line 67 of file WinEHFuncInfo.h.
Referenced by getStartOrEndSlot(), llvm::X86FrameLowering::processFunctionBeforeFrameFinalized(), and llvm::FunctionLoweringInfo::set().
| MBBOrBasicBlock llvm::WinEHHandlerType::Handler |
Definition at line 70 of file WinEHFuncInfo.h.
Referenced by addTryBlockMapEntry(), and llvm::FunctionLoweringInfo::set().
| GlobalVariable* llvm::WinEHHandlerType::TypeDescriptor |
Definition at line 69 of file WinEHFuncInfo.h.
Referenced by addTryBlockMapEntry().
1.8.13