Searched refs:StartBitOffset (Results 1 – 4 of 4) sorted by relevance
423 uint64_t StartBitOffset, Tail = 0; in accumulateBitFields() local436 StartBitOffset = BitOffset; in accumulateBitFields()437 Tail = StartBitOffset + DataLayout.getTypeAllocSizeInBits(Type); in accumulateBitFields()441 Members.push_back(StorageInfo(bitsToCharUnits(StartBitOffset), Type)); in accumulateBitFields()445 Members.push_back(MemberInfo(bitsToCharUnits(StartBitOffset), in accumulateBitFields()
177 uint32_t &StartBitOffset, uint32_t &EndBitOffset);654 uint32_t &StartBitOffset, in GetStorageBitRange() argument673 StartBitOffset = MemberBitOffset & ~(AlignBits - 1); in GetStorageBitRange()674 if ((StartBitOffset + AlignBits) < (MemberBitOffset + MemberBitSize)) in GetStorageBitRange()677 EndBitOffset = StartBitOffset + AlignBits; in GetStorageBitRange()
1677 uint64_t StartBitOffset = Offset - (Offset & AlignMask); in constructMemberDIE() local1679 OffsetInBytes = (Offset - StartBitOffset) / 8; in constructMemberDIE()
2603 uint64_t StartBitOffset = MemberOffsetInBits; in lowerRecordFieldList() local2608 StartBitOffset -= MemberOffsetInBits; in lowerRecordFieldList()2610 StartBitOffset); in lowerRecordFieldList()