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

  /external/llvm/include/llvm/IR/
GlobalObject.h 51 static const unsigned AlignmentBits = LastAlignmentBit + 1;
52 static const unsigned AlignmentMask = (1 << AlignmentBits) - 1;
  /external/clang/lib/CodeGen/
CGObjCRuntime.cpp 121 uint64_t AlignmentBits = CGF.CGM.getTarget().getCharAlign();
124 llvm::alignTo(BitOffset + BitFieldSize, AlignmentBits));
125 CharUnits Alignment = CGF.CGM.getContext().toCharUnitsFromBits(AlignmentBits);

Completed in 287 milliseconds