HomeSort by relevance Sort by last modified time
    Searched refs:getClassPointerAlignment (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/CodeGen/
CGVTables.cpp 106 auto ClassAlign = CGF.CGM.getClassPointerAlignment(ClassDecl);
177 Address ThisPtr(&*AI, CGM.getClassPointerAlignment(MD->getParent()));
    [all...]
CGClass.cpp 35 CharUnits CodeGenModule::getClassPointerAlignment(const CXXRecordDecl *RD) {
118 CXXThisAlignment = CGM.getClassPointerAlignment(RD);
305 CharUnits DerivedAlign = CGM.getClassPointerAlignment(Derived);
421 return Address(Value, CGM.getClassPointerAlignment(Derived));
    [all...]
CodeGenModule.h 725 CharUnits getClassPointerAlignment(const CXXRecordDecl *CD);
    [all...]
CodeGenFunction.cpp 129 Alignment = CGM.getClassPointerAlignment(RD);
    [all...]
ItaniumCXXABI.cpp     [all...]

Completed in 589 milliseconds