clang 22.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 169 of file CGCleanup.h.
|
inline |
Definition at line 177 of file CGCleanup.h.
References Type.
Referenced by emitCatchDispatchBlock(), emitWasmCatchPadBlock(), and clang::CodeGen::CodeGenFunction::getEHDispatchBlock().
llvm::BasicBlock* clang::CodeGen::EHCatchScope::Handler::Block |
The catch handler for this type.
Definition at line 175 of file CGCleanup.h.
Referenced by clang::CodeGen::EHCatchScope::clearHandlerBlocks(), emitCatchDispatchBlock(), emitCatchPadBlock(), emitWasmCatchPadBlock(), clang::CodeGen::CodeGenFunction::FinallyInfo::exit(), clang::CodeGen::CodeGenFunction::ExitSEHTryStmt(), and clang::CodeGen::CodeGenFunction::getEHDispatchBlock().
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 172 of file CGCleanup.h.
Referenced by emitCatchDispatchBlock(), emitCatchPadBlock(), clang::CodeGen::CodeGenFunction::EmitLandingPad(), emitWasmCatchPadBlock(), and isCatchAll().