LLVM 20.0.0git
|
#include "llvm/CodeGen/MachineFunction.h"
Public Attributes | |
const Function * | FilterOrFinally |
Filter or finally function. Null indicates a catch-all. | |
const BlockAddress * | RecoverBA |
Address of block to recover at. Null for a finally handler. | |
Definition at line 236 of file MachineFunction.h.
Filter or finally function. Null indicates a catch-all.
Definition at line 238 of file MachineFunction.h.
const BlockAddress* llvm::SEHHandler::RecoverBA |
Address of block to recover at. Null for a finally handler.
Definition at line 241 of file MachineFunction.h.