|
LLVM
4.0.0
|
#include <MachineFunction.h>
Public Attributes | |
| const Function * | FilterOrFinally |
| Filter or finally function. Null indicates a catch-all. More... | |
| const BlockAddress * | RecoverBA |
| Address of block to recover at. Null for a finally handler. More... | |
Definition at line 175 of file MachineFunction.h.
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().
1.8.6