Searched refs:getClassPointerAlignment (Results 1 – 10 of 10) 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()
92 auto ClassAlign = CGF.CGM.getClassPointerAlignment(ClassDecl); in PerformReturnAdjustment()201 Address ThisPtr(&*AI, CGM.getClassPointerAlignment(MD->getParent())); in GenerateVarArgsThunk()
38 CharUnits CodeGenModule::getClassPointerAlignment(const CXXRecordDecl *RD) { in getClassPointerAlignment() function in CodeGenModule138 CXXThisAlignment = CGM.getClassPointerAlignment(RD); in LoadCXXThisAddress()334 CharUnits DerivedAlign = CGM.getClassPointerAlignment(Derived); in GetAddressOfBaseClass()456 return Address(Value, CGM.getClassPointerAlignment(Derived)); in GetAddressOfDerivedClass()
879 CharUnits getClassPointerAlignment(const CXXRecordDecl *CD);
4455 CharUnits caughtExnAlignment = CGF.CGM.getClassPointerAlignment(catchRD); in InitCatchParam()
6232 Alignment = getClassPointerAlignment(RD); in getNaturalTypeAlignment()