Searched refs:getClassPointerAlignment (Results 1 – 8 of 8) sorted by relevance
194 clang::CharUnits getClassPointerAlignment(const clang::CXXRecordDecl *rd);
281 cxxThisAlignment = cgm.getClassPointerAlignment(rd); in loadCXXThisAddress()
121 CharUnits CIRGenModule::getClassPointerAlignment(const CXXRecordDecl *rd) { in getClassPointerAlignment() function in CIRGenModule
40 CharUnits CodeGenModule::getClassPointerAlignment(const CXXRecordDecl *RD) { in getClassPointerAlignment() function in CodeGenModule139 CXXThisAlignment = CGM.getClassPointerAlignment(MD->getParent()); in LoadCXXThisAddress()330 CharUnits DerivedAlign = CGM.getClassPointerAlignment(Derived); in GetAddressOfBaseClass()434 CGM.getClassPointerAlignment(Derived), "sub.ptr"); in GetAddressOfDerivedClass()451 CGM.getClassPointerAlignment(Derived)); in GetAddressOfDerivedClass()
93 auto ClassAlign = CGF.CGM.getClassPointerAlignment(ClassDecl); in PerformReturnAdjustment()212 CGM.getClassPointerAlignment(MD->getParent())); in GenerateVarArgsThunk()
1107 CharUnits getClassPointerAlignment(const CXXRecordDecl *CD);
4981 CharUnits caughtExnAlignment = CGF.CGM.getClassPointerAlignment(catchRD); in InitCatchParam()
8028 Alignment = getClassPointerAlignment(RD); in getNaturalTypeAlignment()