|
LLVM
8.0.1
|
#include "llvm/CodeGen/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 205 of file MachineFunction.h.
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().
| 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().
1.8.13