Searched refs:UnalignedUInt64 (Results 1 – 4 of 4) sorted by relevance
194 class UnalignedUInt64 {199 UnalignedUInt64() = default;200 UnalignedUInt64(uint64_t BitOffset) { set(BitOffset); } in UnalignedUInt64() function215 UnalignedUInt64 Begin;218 UnalignedUInt64 End;238 UnalignedUInt64 Begin;240 UnalignedUInt64 End;256 UnalignedUInt64 RawLoc;259 UnalignedUInt64 BitOffset;
479 const UnalignedUInt64 *TypeOffsets = nullptr;
281 std::vector<serialization::UnalignedUInt64> TypeOffsets;
3397 F.TypeOffsets = reinterpret_cast<const UnalignedUInt64 *>(Blob.data()); in ReadASTBlock()