Searched refs:getClassPointerAlignment (Results 1 – 5 of 5) sorted by relevance
92 auto ClassAlign = CGF.CGM.getClassPointerAlignment(ClassDecl); in PerformReturnAdjustment()192 Address ThisPtr(&*AI, CGM.getClassPointerAlignment(MD->getParent())); in GenerateVarArgsThunk()
37 CharUnits CodeGenModule::getClassPointerAlignment(const CXXRecordDecl *RD) { in getClassPointerAlignment() function in CodeGenModule120 CXXThisAlignment = CGM.getClassPointerAlignment(RD); in LoadCXXThisAddress()309 CharUnits DerivedAlign = CGM.getClassPointerAlignment(Derived); in GetAddressOfBaseClass()429 return Address(Value, CGM.getClassPointerAlignment(Derived)); in GetAddressOfDerivedClass()
848 CharUnits getClassPointerAlignment(const CXXRecordDecl *CD);
146 Alignment = CGM.getClassPointerAlignment(RD); in getNaturalTypeAlignment()
4113 CharUnits caughtExnAlignment = CGF.CGM.getClassPointerAlignment(catchRD); in InitCatchParam()