LLVM 19.0.0git
Public Attributes | List of all members
llvm::SEHHandler Struct Reference

#include "llvm/CodeGen/MachineFunction.h"

Public Attributes

const FunctionFilterOrFinally
 Filter or finally function. Null indicates a catch-all.
 
const BlockAddressRecoverBA
 Address of block to recover at. Null for a finally handler.
 

Detailed Description

Definition at line 238 of file MachineFunction.h.

Member Data Documentation

◆ FilterOrFinally

const Function* llvm::SEHHandler::FilterOrFinally

Filter or finally function. Null indicates a catch-all.

Definition at line 240 of file MachineFunction.h.

◆ RecoverBA

const BlockAddress* llvm::SEHHandler::RecoverBA

Address of block to recover at. Null for a finally handler.

Definition at line 243 of file MachineFunction.h.


The documentation for this struct was generated from the following file: