Home
last modified time | relevance | path

Searched refs:getClassPointerAlignment (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenModule.h194 clang::CharUnits getClassPointerAlignment(const clang::CXXRecordDecl *rd);
H A DCIRGenClass.cpp281 cxxThisAlignment = cgm.getClassPointerAlignment(rd); in loadCXXThisAddress()
H A DCIRGenModule.cpp121 CharUnits CIRGenModule::getClassPointerAlignment(const CXXRecordDecl *rd) { in getClassPointerAlignment() function in CIRGenModule
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp40 CharUnits CodeGenModule::getClassPointerAlignment(const CXXRecordDecl *RD) { in getClassPointerAlignment() function in CodeGenModule
139 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()
H A DCGVTables.cpp93 auto ClassAlign = CGF.CGM.getClassPointerAlignment(ClassDecl); in PerformReturnAdjustment()
212 CGM.getClassPointerAlignment(MD->getParent())); in GenerateVarArgsThunk()
H A DCodeGenModule.h1107 CharUnits getClassPointerAlignment(const CXXRecordDecl *CD);
H A DItaniumCXXABI.cpp4981 CharUnits caughtExnAlignment = CGF.CGM.getClassPointerAlignment(catchRD); in InitCatchParam()
H A DCodeGenModule.cpp8028 Alignment = getClassPointerAlignment(RD); in getNaturalTypeAlignment()