Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTBitCodes.h194 class UnalignedUInt64 {
199 UnalignedUInt64() = default;
200 UnalignedUInt64(uint64_t BitOffset) { set(BitOffset); } in UnalignedUInt64() function
215 UnalignedUInt64 Begin;
218 UnalignedUInt64 End;
238 UnalignedUInt64 Begin;
240 UnalignedUInt64 End;
256 UnalignedUInt64 RawLoc;
259 UnalignedUInt64 BitOffset;
H A DModuleFile.h479 const UnalignedUInt64 *TypeOffsets = nullptr;
H A DASTWriter.h281 std::vector<serialization::UnalignedUInt64> TypeOffsets;
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp3397 F.TypeOffsets = reinterpret_cast<const UnalignedUInt64 *>(Blob.data()); in ReadASTBlock()