Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Serialization/
H A DASTBitCodes.h223 struct UnderalignedInt64 { struct
227 UnderalignedInt64() = default; argument
228 UnderalignedInt64(uint64_t BitOffset) { setBitOffset(BitOffset); } in UnderalignedInt64() argument
248 UnderalignedInt64 BitOffset; argument
H A DModuleFile.h490 const UnderalignedInt64 *TypeOffsets = nullptr;
H A DASTWriter.h248 std::vector<serialization::UnderalignedInt64> TypeOffsets;
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp3158 F.TypeOffsets = reinterpret_cast<const UnderalignedInt64 *>(Blob.data()); in ReadASTBlock()