Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp404 uint64_t StartBitOffset, Tail = 0; in accumulateBitFields() local
419 StartBitOffset = BitOffset; in accumulateBitFields()
420 Tail = StartBitOffset + DataLayout.getTypeAllocSizeInBits(Type); in accumulateBitFields()
424 Members.push_back(StorageInfo(bitsToCharUnits(StartBitOffset), Type)); in accumulateBitFields()
428 Members.push_back(MemberInfo(bitsToCharUnits(StartBitOffset), in accumulateBitFields()
440 uint64_t StartBitOffset) { in accumulateBitFields() argument
448 if (StartBitOffset % in accumulateBitFields()
466 StartBitOffset = getFieldBitOffset(*Field); in accumulateBitFields()
467 Tail = StartBitOffset + Field->getBitWidthValue(Context); in accumulateBitFields()
468 StartFieldAsSingleRun = IsBetterAsSingleFieldRun(Tail - StartBitOffset, in accumulateBitFields()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp169 uint32_t &StartBitOffset, uint32_t &EndBitOffset);
588 uint32_t &StartBitOffset, in GetStorageBitRange() argument
597 StartBitOffset = MemberBitOffset & ~(AlignBits - 1); in GetStorageBitRange()
598 if ((StartBitOffset + AlignBits) < (MemberBitOffset + MemberBitSize)) in GetStorageBitRange()
601 EndBitOffset = StartBitOffset + AlignBits; in GetStorageBitRange()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2442 uint64_t StartBitOffset = MemberOffsetInBits; in lowerRecordFieldList() local
2447 StartBitOffset -= MemberOffsetInBits; in lowerRecordFieldList()
2449 StartBitOffset); in lowerRecordFieldList()
H A DDwarfUnit.cpp1585 uint64_t StartBitOffset = Offset - (Offset & AlignMask); in constructMemberDIE() local
1587 OffsetInBytes = (Offset - StartBitOffset) / 8; in constructMemberDIE()