Searched refs:getClassPointerAlignment (Results 1 – 5 of 5) sorted by relevance
106 auto ClassAlign = CGF.CGM.getClassPointerAlignment(ClassDecl); in PerformReturnAdjustment()175 Address ThisPtr(&*AI, CGM.getClassPointerAlignment(MD->getParent())); in GenerateVarArgsThunk()
36 CharUnits CodeGenModule::getClassPointerAlignment(const CXXRecordDecl *RD) { in getClassPointerAlignment() function in CodeGenModule119 CXXThisAlignment = CGM.getClassPointerAlignment(RD); in LoadCXXThisAddress()306 CharUnits DerivedAlign = CGM.getClassPointerAlignment(Derived); in GetAddressOfBaseClass()422 return Address(Value, CGM.getClassPointerAlignment(Derived)); in GetAddressOfDerivedClass()
734 CharUnits getClassPointerAlignment(const CXXRecordDecl *CD);
129 Alignment = CGM.getClassPointerAlignment(RD); in getNaturalTypeAlignment()
3726 CharUnits caughtExnAlignment = CGF.CGM.getClassPointerAlignment(catchRD); in InitCatchParam()