|
LLVM 22.0.0git
|
#include "llvm/CodeGen/WinEHFuncInfo.h"
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.
| MBBOrBasicBlock llvm::ClrEHUnwindMapEntry::Handler |
Definition at line 82 of file WinEHFuncInfo.h.
Referenced by llvm::FunctionLoweringInfo::set().
| int llvm::ClrEHUnwindMapEntry::HandlerParentState |
Outer handler enclosing this entry's handler.
Definition at line 84 of file WinEHFuncInfo.h.
Referenced by addClrEHHandler().
| ClrHandlerType llvm::ClrEHUnwindMapEntry::HandlerType |
Definition at line 87 of file WinEHFuncInfo.h.
| 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.
| uint32_t llvm::ClrEHUnwindMapEntry::TypeToken |
Definition at line 83 of file WinEHFuncInfo.h.