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

  /external/clang/lib/CodeGen/
CodeGenFunction.h     [all...]
CGClass.cpp 113 // Lazily compute CXXThisAlignment.
114 if (CXXThisAlignment.isZero()) {
119 CXXThisAlignment = CGM.getClassPointerAlignment(RD);
122 return Address(LoadCXXThis(), CXXThisAlignment);
    [all...]

Completed in 77 milliseconds