Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGVTables.cpp92 auto ClassAlign = CGF.CGM.getClassPointerAlignment(ClassDecl); in PerformReturnAdjustment()
192 Address ThisPtr(&*AI, CGM.getClassPointerAlignment(MD->getParent())); in GenerateVarArgsThunk()
H A DCGClass.cpp37 CharUnits CodeGenModule::getClassPointerAlignment(const CXXRecordDecl *RD) { in getClassPointerAlignment() function in CodeGenModule
120 CXXThisAlignment = CGM.getClassPointerAlignment(RD); in LoadCXXThisAddress()
309 CharUnits DerivedAlign = CGM.getClassPointerAlignment(Derived); in GetAddressOfBaseClass()
429 return Address(Value, CGM.getClassPointerAlignment(Derived)); in GetAddressOfDerivedClass()
H A DCodeGenModule.h848 CharUnits getClassPointerAlignment(const CXXRecordDecl *CD);
H A DCodeGenFunction.cpp146 Alignment = CGM.getClassPointerAlignment(RD); in getNaturalTypeAlignment()
H A DItaniumCXXABI.cpp4113 CharUnits caughtExnAlignment = CGF.CGM.getClassPointerAlignment(catchRD); in InitCatchParam()