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