Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DModuleFile.h66 uint64_t ContentHash; member
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp1591 uint32_t ContentHash[2]; member
1654 auto ContentHash = hash_code(-1); in WriteInputFiles() local
1660 ContentHash = hash_value(MemBuff->getBuffer()); in WriteInputFiles()
1665 auto CH = llvm::APInt(64, ContentHash); in WriteInputFiles()
1666 Entry.ContentHash[0] = in WriteInputFiles()
1668 Entry.ContentHash[1] = in WriteInputFiles()
1726 RecordData::value_type Record[] = {INPUT_FILE_HASH, Entry.ContentHash[0], in WriteInputFiles()
1727 Entry.ContentHash[1]}; in WriteInputFiles()
H A DASTReader.cpp2483 R.ContentHash = (static_cast<uint64_t>(Record[1]) << 32) | in getInputFileInfo()
2519 uint64_t StoredContentHash = FI.ContentHash; in getInputFile()
2605 auto ContentHash = hash_value(MemBuffOrError.get()->getBuffer()); in getInputFile() local
2606 if (StoredContentHash == static_cast<uint64_t>(ContentHash)) in getInputFile()