clang  8.0.0
Public Attributes | List of all members
clang::CodeGen::CatchTypeInfo Struct Reference

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/www-prereleases/8.0.0/rc1/builddocs/llvm.src/tools/clang/lib/CodeGen/CGCleanup.h"

Collaboration diagram for clang::CodeGen::CatchTypeInfo:
[legend]

Public Attributes

llvm::Constant * RTTI
 
unsigned Flags
 

Detailed Description

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 38 of file CGCleanup.h.

Member Data Documentation

◆ Flags

unsigned clang::CodeGen::CatchTypeInfo::Flags

Definition at line 40 of file CGCleanup.h.

Referenced by emitCatchDispatchBlock(), and emitCatchPadBlock().

◆ RTTI

llvm::Constant* clang::CodeGen::CatchTypeInfo::RTTI

The documentation for this struct was generated from the following file: