Searched refs:StorageOffset (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGRecordLayout.h | 81 CharUnits StorageOffset; member 100 unsigned StorageSize, CharUnits StorageOffset) in CGBitFieldInfo() 102 StorageSize(StorageSize), StorageOffset(StorageOffset) {} in CGBitFieldInfo() 114 CharUnits StorageOffset);
|
| H A D | CGRecordLayoutBuilder.cpp | 245 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 D | CGCall.cpp | 3378 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 D | CGAtomic.cpp | 95 BFI.StorageOffset += OffsetInChars; in AtomicInfo()
|
| H A D | CGClass.cpp | 970 FirstByteOffset = CGF.getContext().toBits(BFInfo.StorageOffset); in emitMemcpy()
|
| H A D | CGDebugInfo.cpp | 1476 CGM.getContext().toBits(BitFieldInfo.StorageOffset); in createBitFieldType()
|