Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CXXThisAlignment

113   // Lazily compute CXXThisAlignment.
114 if (CXXThisAlignment.isZero()) {
119 CXXThisAlignment = CGM.getClassPointerAlignment(RD);
122 return Address(LoadCXXThis(), CXXThisAlignment);