Searched refs:StorageOffset (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGRecordLayout.h | 82 CharUnits StorageOffset; member 101 unsigned StorageSize, CharUnits StorageOffset) in CGBitFieldInfo() 103 StorageSize(StorageSize), StorageOffset(StorageOffset) {} in CGBitFieldInfo() 115 CharUnits StorageOffset);
|
H A D | CGRecordLayoutBuilder.cpp | 247 Info.StorageOffset = StartOffset; in setBitFieldInfo() 777 Context.toBits(Info.StorageOffset) + OldOffset; in computeVolatileBitfields() 799 const CharUnits StorageOffset = in computeVolatileBitfields() local 801 const CharUnits End = StorageOffset + in computeVolatileBitfields() 827 if (End > FOffset && StorageOffset < FOffset) { in computeVolatileBitfields() 839 if (End < FOffset || FEnd < StorageOffset) in computeVolatileBitfields() 853 StorageOffset / Context.toCharUnitsFromBits(StorageSize).getQuantity(); in computeVolatileBitfields() 1051 CharUnits StorageOffset) { in MakeInfo() argument 1083 return CGBitFieldInfo(Offset, Size, IsSigned, StorageSize, StorageOffset); in MakeInfo() 1255 << " StorageOffset:" << StorageOffset.getQuantity() in print()
|
H A D | CGCall.cpp | 3622 static void setBitRange(SmallVectorImpl<uint64_t> &Bits, int StorageOffset, in setBitRange() argument 3633 Bits[StorageOffset++] |= V; in setBitRange() 3662 setBitRange(Bits, Offset + BFI.StorageOffset.getQuantity(), in setUsedBits()
|
H A D | CGDebugInfo.cpp | 1624 CGM.getContext().toBits(BitFieldInfo.StorageOffset); in createBitFieldType() 4986 if (!Info.StorageOffset.isZero()) { in EmitDeclare() 4988 Expr.push_back(Info.StorageOffset.getQuantity()); in EmitDeclare()
|
H A D | CGAtomic.cpp | 94 BFI.StorageOffset += OffsetInChars; in AtomicInfo()
|
H A D | CGClass.cpp | 972 FirstByteOffset = CGF.getContext().toBits(BFInfo.StorageOffset); in emitMemcpy()
|