|
LLVM 22.0.0git
|
#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. | |
| GlobalVariable * | TypeDescriptor |
| MBBOrBasicBlock | Handler |
Definition at line 60 of file WinEHFuncInfo.h.
| int llvm::WinEHHandlerType::Adjectives |
Definition at line 61 of file WinEHFuncInfo.h.
Referenced by addTryBlockMapEntry().
| const AllocaInst* llvm::WinEHHandlerType::Alloca |
Definition at line 65 of file WinEHFuncInfo.h.
Referenced by addTryBlockMapEntry().
| union { ... } llvm::WinEHHandlerType::CatchObj |
The CatchObj starts out life as an LLVM alloca and is eventually turned frame index.
Referenced by addTryBlockMapEntry().
| int llvm::WinEHHandlerType::FrameIndex |
Definition at line 66 of file WinEHFuncInfo.h.
| MBBOrBasicBlock llvm::WinEHHandlerType::Handler |
Definition at line 69 of file WinEHFuncInfo.h.
Referenced by addTryBlockMapEntry().
| GlobalVariable* llvm::WinEHHandlerType::TypeDescriptor |
Definition at line 68 of file WinEHFuncInfo.h.
Referenced by addTryBlockMapEntry().