clang 22.0.0git
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 "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/CodeGen/CGCleanup.h"

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

Member Data Documentation

◆ Flags

unsigned clang::CodeGen::CatchTypeInfo::Flags

◆ RTTI

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

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