Home
last modified time | relevance | path

Searched refs:StartBitOffset (Results 1 – 5 of 5) 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()
H A DCGExprConstant.cpp942 uint64_t StartBitOffset = Layout.getFieldOffset(FieldNo); in DoZeroInitPadding() local
943 CharUnits StartOffset = CGM.getContext().toCharUnitsFromBits(StartBitOffset); in DoZeroInitPadding()
957 uint64_t EndBitOffset = StartBitOffset + Info.Size; in DoZeroInitPadding()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp177 uint32_t &StartBitOffset, uint32_t &EndBitOffset);
645 uint32_t &StartBitOffset, in GetStorageBitRange() argument
664 StartBitOffset = MemberBitOffset & ~(AlignBits - 1); in GetStorageBitRange()
665 if ((StartBitOffset + AlignBits) < (MemberBitOffset + MemberBitSize)) in GetStorageBitRange()
668 EndBitOffset = StartBitOffset + AlignBits; in GetStorageBitRange()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2617 uint64_t StartBitOffset = MemberOffsetInBits; in lowerRecordFieldList() local
2622 StartBitOffset -= MemberOffsetInBits; in lowerRecordFieldList()
2624 StartBitOffset); in lowerRecordFieldList()
H A DDwarfUnit.cpp1943 uint64_t StartBitOffset = Offset - (Offset & AlignMask); in constructMemberDIE() local
1946 OffsetInBytes = (Offset - StartBitOffset) / 8; in constructMemberDIE()