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

  /external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp 243 uint64_t TypeSizeInBits = Types.getContext().toBits(TypeSizeInBytes);
247 if (FieldSize > TypeSizeInBits) {
257 FieldSize = TypeSizeInBits;
273 assert(llvm::isPowerOf2_32(TypeSizeInBits) && "Unexpected type size!");
277 unsigned AccessWidth = TypeSizeInBits; // The current access width to attempt.
    [all...]
CGObjCRuntime.cpp 117 uint64_t TypeSizeInBits = CGF.CGM.getContext().toBits(RL.getSize());
121 uint64_t ContainingTypeSize = TypeSizeInBits - (FieldBitOffset - BitOffset);

Completed in 70 milliseconds