struct SEHHandler

Declaration

struct SEHHandler { /* full declaration omitted */ };

Declared at: llvm/include/llvm/CodeGen/MachineFunction.h:236

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.