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

#include <MachineFunction.h>

Collaboration diagram for llvm::SEHHandler:
[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 175 of file MachineFunction.h.

Member Data Documentation

const Function* llvm::SEHHandler::FilterOrFinally

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

Definition at line 177 of file MachineFunction.h.

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

const BlockAddress* llvm::SEHHandler::RecoverBA

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

Definition at line 180 of file MachineFunction.h.

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


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