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

#include "llvm/CodeGen/MachineFunction.h"

Collaboration diagram for llvm::SEHHandler:
Collaboration graph
[legend]

Public Attributes

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

Detailed Description

Definition at line 205 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 207 of file MachineFunction.h.

Referenced by llvm::MachineFunction::addSEHCatchHandler(), and llvm::MachineFunction::addSEHCleanupHandler().

◆ RecoverBA

const BlockAddress* llvm::SEHHandler::RecoverBA

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

Definition at line 210 of file MachineFunction.h.

Referenced by llvm::MachineFunction::addSEHCatchHandler(), and llvm::MachineFunction::addSEHCleanupHandler().


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