LLVM: llvm::SEHUnwindMapEntry Struct Reference (original) (raw)
Similar to CxxUnwindMapEntry, but supports SEH filters. More...
#include "[llvm/CodeGen/WinEHFuncInfo.h](WinEHFuncInfo%5F8h%5Fsource.html)"
| Public Attributes | |
|---|---|
| int | ToState = -1 |
| If unwinding continues through this handler, transition to the handler at this state. | |
| bool | IsFinally = false |
| const Function * | Filter = nullptr |
| Holds the filter expression function. | |
| MBBOrBasicBlock | Handler |
| Holds the __except or __finally basic block. |
Similar to CxxUnwindMapEntry, but supports SEH filters.
Definition at line 46 of file WinEHFuncInfo.h.
◆ Filter
◆ Handler
Holds the __except or __finally basic block.
Definition at line 57 of file WinEHFuncInfo.h.
◆ IsFinally
bool llvm::SEHUnwindMapEntry::IsFinally = false
◆ ToState
int llvm::SEHUnwindMapEntry::ToState = -1
The documentation for this struct was generated from the following file:
- include/llvm/CodeGen/WinEHFuncInfo.h