clang
6.0.0
|
Struct with all informations about dynamic [sub]class needed to set vptr. More...
#include "/work/www-prereleases/6.0.0/rc2/docsbuild/llvm.src/tools/clang/lib/CodeGen/CodeGenFunction.h"
Public Attributes | |
BaseSubobject | Base |
const CXXRecordDecl * | NearestVBase |
CharUnits | OffsetFromNearestVBase |
const CXXRecordDecl * | VTableClass |
Struct with all informations about dynamic [sub]class needed to set vptr.
Definition at line 1696 of file CodeGenFunction.h.
BaseSubobject clang::CodeGen::CodeGenFunction::VPtr::Base |
Definition at line 1697 of file CodeGenFunction.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitVTableAssumptionLoad(), and clang::CodeGen::CodeGenFunction::InitializeVTablePointer().
const CXXRecordDecl* clang::CodeGen::CodeGenFunction::VPtr::NearestVBase |
Definition at line 1698 of file CodeGenFunction.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitVTableAssumptionLoad(), and clang::CodeGen::CodeGenFunction::InitializeVTablePointer().
CharUnits clang::CodeGen::CodeGenFunction::VPtr::OffsetFromNearestVBase |
Definition at line 1699 of file CodeGenFunction.h.
Referenced by clang::CodeGen::CodeGenFunction::InitializeVTablePointer().
const CXXRecordDecl* clang::CodeGen::CodeGenFunction::VPtr::VTableClass |
Definition at line 1700 of file CodeGenFunction.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitVTableAssumptionLoad(), and clang::CodeGen::CodeGenFunction::InitializeVTablePointer().