Home
last modified time | relevance | path

Searched refs:StorageOffset (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGRecordLayout.h81 CharUnits StorageOffset; member
100 unsigned StorageSize, CharUnits StorageOffset) in CGBitFieldInfo()
102 StorageSize(StorageSize), StorageOffset(StorageOffset) {} in CGBitFieldInfo()
114 CharUnits StorageOffset);
H A DCGRecordLayoutBuilder.cpp245 Info.StorageOffset = StartOffset; in setBitFieldInfo()
566 Context.toBits(Info.StorageOffset) + OldOffset; in computeVolatileBitfields()
588 const CharUnits StorageOffset = in computeVolatileBitfields() local
590 const CharUnits End = StorageOffset + in computeVolatileBitfields()
616 if (End > FOffset && StorageOffset < FOffset) { in computeVolatileBitfields()
628 if (End < FOffset || FEnd < StorageOffset) in computeVolatileBitfields()
642 StorageOffset / Context.toCharUnitsFromBits(StorageSize).getQuantity(); in computeVolatileBitfields()
842 CharUnits StorageOffset) { in MakeInfo() argument
874 return CGBitFieldInfo(Offset, Size, IsSigned, StorageSize, StorageOffset); in MakeInfo()
1046 << " StorageOffset:" << StorageOffset.getQuantity() in print()
H A DCGCall.cpp3378 static void setBitRange(SmallVectorImpl<uint64_t> &Bits, int StorageOffset, in setBitRange() argument
3389 Bits[StorageOffset++] |= V; in setBitRange()
3418 setBitRange(Bits, Offset + BFI.StorageOffset.getQuantity(), in setUsedBits()
H A DCGAtomic.cpp95 BFI.StorageOffset += OffsetInChars; in AtomicInfo()
H A DCGClass.cpp970 FirstByteOffset = CGF.getContext().toBits(BFInfo.StorageOffset); in emitMemcpy()
H A DCGDebugInfo.cpp1476 CGM.getContext().toBits(BitFieldInfo.StorageOffset); in createBitFieldType()