Home
last modified time | relevance | path

Searched refs:getVTablePointers (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGClass.cpp2347 for (const VPtr &Vptr : getVTablePointers(ClassDecl)) in EmitVTableAssumptionLoads()
2560 CodeGenFunction::getVTablePointers(const CXXRecordDecl *VTableClass) { in getVTablePointers() function in CodeGenFunction
2563 getVTablePointers(BaseSubobject(VTableClass, CharUnits::Zero()), in getVTablePointers()
2571 void CodeGenFunction::getVTablePointers(BaseSubobject Base, in getVTablePointers() function in CodeGenFunction
2621 getVTablePointers( in getVTablePointers()
2635 for (const VPtr &Vptr : getVTablePointers(RD)) in InitializeVTablePointers()
H A DCodeGenFunction.h2280 VPtrsVector getVTablePointers(const CXXRecordDecl *VTableClass);
2282 void getVTablePointers(BaseSubobject Base, const CXXRecordDecl *NearestVBase,