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

Public Attributes | |
| MBBOrBasicBlock | Handler |
| uint32_t | TypeToken |
| int | HandlerParentState |
| Outer handler enclosing this entry's handler. More... | |
| int | TryParentState |
| Outer try region enclosing this entry's try region, treating later catches on same try as "outer". More... | |
| ClrHandlerType | HandlerType |
Definition at line 82 of file WinEHFuncInfo.h.
| MBBOrBasicBlock llvm::ClrEHUnwindMapEntry::Handler |
Definition at line 83 of file WinEHFuncInfo.h.
Referenced by addClrEHHandler(), and llvm::FunctionLoweringInfo::set().
| int llvm::ClrEHUnwindMapEntry::HandlerParentState |
Outer handler enclosing this entry's handler.
Definition at line 85 of file WinEHFuncInfo.h.
Referenced by addClrEHHandler().
| ClrHandlerType llvm::ClrEHUnwindMapEntry::HandlerType |
Definition at line 88 of file WinEHFuncInfo.h.
Referenced by addClrEHHandler().
| int llvm::ClrEHUnwindMapEntry::TryParentState |
Outer try region enclosing this entry's try region, treating later catches on same try as "outer".
Definition at line 86 of file WinEHFuncInfo.h.
Referenced by addClrEHHandler().
| uint32_t llvm::ClrEHUnwindMapEntry::TypeToken |
Definition at line 84 of file WinEHFuncInfo.h.
Referenced by addClrEHHandler().
1.8.13