Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp423 uint64_t StartBitOffset, Tail = 0; in accumulateBitFields() local
436 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()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp177 uint32_t &StartBitOffset, uint32_t &EndBitOffset);
654 uint32_t &StartBitOffset, in GetStorageBitRange() argument
673 StartBitOffset = MemberBitOffset & ~(AlignBits - 1); in GetStorageBitRange()
674 if ((StartBitOffset + AlignBits) < (MemberBitOffset + MemberBitSize)) in GetStorageBitRange()
677 EndBitOffset = StartBitOffset + AlignBits; in GetStorageBitRange()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2603 uint64_t StartBitOffset = MemberOffsetInBits; in lowerRecordFieldList()
2608 StartBitOffset -= MemberOffsetInBits; in lowerRecordFieldList()
2610 StartBitOffset); in lowerRecordFieldList()
2585 uint64_t StartBitOffset = MemberOffsetInBits; lowerRecordFieldList() local
H A DDwarfUnit.cpp1677 uint64_t StartBitOffset = Offset - (Offset & AlignMask); in constructMemberDIE() local
1679 OffsetInBytes = (Offset - StartBitOffset) / 8; in constructMemberDIE()