|
clang 23.0.0git
|
Struct with all information about dynamic [sub]class needed to set vptr. More...
#include "/work/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/CodeGen/CodeGenFunction.h"
Public Attributes | |
| BaseSubobject | Base |
| const CXXRecordDecl * | NearestVBase |
| CharUnits | OffsetFromNearestVBase |
| const CXXRecordDecl * | VTableClass |
Struct with all information about dynamic [sub]class needed to set vptr.
Definition at line 2464 of file CodeGenFunction.h.
| BaseSubobject clang::CodeGen::CodeGenFunction::VPtr::Base |
Definition at line 2465 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 2466 of file CodeGenFunction.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitVTableAssumptionLoad(), and clang::CodeGen::CodeGenFunction::InitializeVTablePointer().
| CharUnits clang::CodeGen::CodeGenFunction::VPtr::OffsetFromNearestVBase |
Definition at line 2467 of file CodeGenFunction.h.
Referenced by clang::CodeGen::CodeGenFunction::InitializeVTablePointer().
| const CXXRecordDecl* clang::CodeGen::CodeGenFunction::VPtr::VTableClass |
Definition at line 2468 of file CodeGenFunction.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitVTableAssumptionLoad(), and clang::CodeGen::CodeGenFunction::InitializeVTablePointer().