clang 20.0.0git
|
#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/CodeGen/CGCleanup.h"
Public Member Functions | |
bool | isCatchAll () const |
Public Attributes | |
CatchTypeInfo | Type |
A type info value, or null (C++ null, not an LLVM null pointer) for a catch-all. | |
llvm::BasicBlock * | Block |
The catch handler for this type. | |
Definition at line 165 of file CGCleanup.h.
|
inline |
Definition at line 173 of file CGCleanup.h.
Referenced by emitCatchDispatchBlock(), and emitWasmCatchPadBlock().
llvm::BasicBlock* clang::CodeGen::EHCatchScope::Handler::Block |
The catch handler for this type.
Definition at line 171 of file CGCleanup.h.
Referenced by clang::CodeGen::EHCatchScope::clearHandlerBlocks(), emitCatchDispatchBlock(), emitCatchPadBlock(), emitWasmCatchPadBlock(), clang::CodeGen::CodeGenFunction::FinallyInfo::exit(), and clang::CodeGen::EHCatchScope::setHandler().
CatchTypeInfo clang::CodeGen::EHCatchScope::Handler::Type |
A type info value, or null (C++ null, not an LLVM null pointer) for a catch-all.
Definition at line 168 of file CGCleanup.h.
Referenced by emitCatchDispatchBlock(), emitCatchPadBlock(), emitWasmCatchPadBlock(), and clang::CodeGen::EHCatchScope::setHandler().