Searched refs:ContentHash (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp1370 uint32_t ContentHash[2]; member in struct:__anon720::InputFileEntry
1425 auto ContentHash = hash_code(-1); local
1431 ContentHash = hash_value(MemBuff->getBuffer());
1437 auto CH = llvm::APInt(64, ContentHash);
1438 Entry.ContentHash[0] =
1440 Entry.ContentHash[1] =
1483 RecordData::value_type Record[] = {INPUT_FILE_HASH, Entry.ContentHash[0],
1484 Entry.ContentHash[1]};
H A DASTReader.cpp2269 R.ContentHash = (static_cast<uint64_t>(Record[1]) << 32) |
2301 uint64_t StoredContentHash = FI.ContentHash;
2382 auto ContentHash = hash_value(MemBuffOrError.get()->getBuffer());
2383 if (StoredContentHash == static_cast<uint64_t>(ContentHash))
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1202 uint64_t ContentHash; member in struct:clang::ASTReader::InputFileInfo

Completed in 113 milliseconds