HomeSort by: relevance | last modified time | path
    Searched defs:AlignmentBits (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
GlobalObject.h 63 static const unsigned AlignmentBits = LastAlignmentBit + 1;
64 static const unsigned AlignmentMask = (1 << AlignmentBits) - 1;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCRuntime.cpp 92 uint64_t AlignmentBits = CGF.CGM.getTarget().getCharAlign();
95 llvm::alignTo(BitOffset + BitFieldSize, AlignmentBits));
96 CharUnits Alignment = CGF.CGM.getContext().toCharUnitsFromBits(AlignmentBits);

Completed in 15 milliseconds