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.cpp415 uint64_t StartBitOffset, Tail = 0; in accumulateBitFields() local
430 StartBitOffset = BitOffset; in accumulateBitFields()
431 Tail = StartBitOffset + DataLayout.getTypeAllocSizeInBits(Type); in accumulateBitFields()
439 Members.push_back(MemberInfo(bitsToCharUnits(StartBitOffset), in accumulateBitFields()
451 uint64_t StartBitOffset) { in accumulateBitFields() argument
459 if (StartBitOffset % in accumulateBitFields()
477 StartBitOffset = getFieldBitOffset(*Field); in accumulateBitFields()
478 Tail = StartBitOffset + Field->getBitWidthValue(Context); in accumulateBitFields()
496 !IsBetterAsSingleFieldRun(Tail - StartBitOffset, StartBitOffset) && in accumulateBitFields()
507 llvm::Type *Type = getIntNType(Tail - StartBitOffset); in accumulateBitFields()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp177 uint32_t &StartBitOffset, uint32_t &EndBitOffset);
653 uint32_t &StartBitOffset, in GetStorageBitRange() argument
672 StartBitOffset = MemberBitOffset & ~(AlignBits - 1); in GetStorageBitRange()
673 if ((StartBitOffset + AlignBits) < (MemberBitOffset + MemberBitSize)) in GetStorageBitRange()
676 EndBitOffset = StartBitOffset + AlignBits; in GetStorageBitRange()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1642 uint64_t StartBitOffset = Offset - (Offset & AlignMask); in constructMemberDIE() local
1644 OffsetInBytes = (Offset - StartBitOffset) / 8; in constructMemberDIE()
H A DCodeViewDebug.cpp2603 uint64_t StartBitOffset = MemberOffsetInBits; in lowerRecordFieldList() local
2608 StartBitOffset -= MemberOffsetInBits; in lowerRecordFieldList()
2610 StartBitOffset); in lowerRecordFieldList()