clang
9.0.0
|
The MS C++ ABI needs a pointer to RTTI data plus some flags to describe the type of a catch handler, so we use this wrapper. More...
#include "/work/llvm-www-releases/9.0.0/docsbuild/llvm.src/tools/clang/lib/CodeGen/CGCleanup.h"
Public Attributes | |
llvm::Constant * | RTTI |
unsigned | Flags |
The MS C++ ABI needs a pointer to RTTI data plus some flags to describe the type of a catch handler, so we use this wrapper.
Definition at line 37 of file CGCleanup.h.
unsigned clang::CodeGen::CatchTypeInfo::Flags |
Definition at line 39 of file CGCleanup.h.
Referenced by emitCatchDispatchBlock(), and emitCatchPadBlock().
llvm::Constant* clang::CodeGen::CatchTypeInfo::RTTI |
Definition at line 38 of file CGCleanup.h.
Referenced by emitCatchDispatchBlock(), emitCatchPadBlock(), emitWasmCatchPadBlock(), and clang::CodeGen::EHCatchScope::Handler::isCatchAll().