struct SEHHandler
Declaration
struct SEHHandler { /* full declaration omitted */ };
Declared at: llvm/include/llvm/CodeGen/MachineFunction.h:202
Member Variables
- public const llvm::Function* FilterOrFinally
- Filter or finally function. Null indicates a catch-all.
- public const llvm::BlockAddress* RecoverBA
- Address of block to recover at. Null for a finally handler.