clang
9.0.0
|
#include "/work/llvm-www-releases/9.0.0/docsbuild/llvm.src/tools/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. More... | |
llvm::BasicBlock * | Block |
The catch handler for this type. More... | |
Definition at line 154 of file CGCleanup.h.
|
inline |
Definition at line 162 of file CGCleanup.h.
References clang::CodeGen::CatchTypeInfo::RTTI.
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 160 of file CGCleanup.h.
Referenced by emitCatchDispatchBlock(), emitCatchPadBlock(), emitWasmCatchPadBlock(), clang::CodeGen::CodeGenFunction::FinallyInfo::exit(), 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 157 of file CGCleanup.h.
Referenced by emitCatchDispatchBlock(), emitCatchPadBlock(), and emitWasmCatchPadBlock().