struct SEHUnwindMapEntry

Declaration

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

Description

Similar to CxxUnwindMapEntry, but supports SEH filters.

Declared at: llvm/include/llvm/CodeGen/WinEHFuncInfo.h:46

Member Variables

public int ToState = -1
If unwinding continues through this handler, transition to the handler at this state. This indexes into SEHUnwindMap.
public bool IsFinally = false
public const llvm::Function* Filter = nullptr
Holds the filter expression function.
public llvm::MBBOrBasicBlock Handler
Holds the __except or __finally basic block.