Searched refs:StartBitOffset (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp351 // contiguous. StartBitOffset is offset of the beginning of the Run.
352 uint64_t StartBitOffset, Tail = 0; local
366 StartBitOffset = BitOffset;
367 Tail = StartBitOffset + DataLayout.getTypeAllocSizeInBits(Type);
371 Members.push_back(StorageInfo(bitsToCharUnits(StartBitOffset), Type));
375 Members.push_back(MemberInfo(bitsToCharUnits(StartBitOffset),
389 StartBitOffset = getFieldBitOffset(*Field);
390 Tail = StartBitOffset + Field->getBitWidthValue(Context);
403 llvm::Type *Type = getIntNType(Tail - StartBitOffset);
407 Members.push_back(StorageInfo(bitsToCharUnits(StartBitOffset), Typ
[all...]

Completed in 178 milliseconds