Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Serialization/
DASTBitCodes.h223 struct UnderalignedInt64 { struct
227 UnderalignedInt64() = default; argument
228 UnderalignedInt64(uint64_t BitOffset) { setBitOffset(BitOffset); } in UnderalignedInt64() function
248 UnderalignedInt64 BitOffset; argument
DModuleFile.h475 const UnderalignedInt64 *TypeOffsets = nullptr;
DASTWriter.h259 std::vector<serialization::UnderalignedInt64> TypeOffsets;
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp3085 F.TypeOffsets = reinterpret_cast<const UnderalignedInt64 *>(Blob.data()); in ReadASTBlock()