Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/DebugInfo/CodeView/
DTypeHashingTest.cpp62 TEST(TypeHashingTest, ContentHash) { in TEST() argument
/external/llvm-project/clang/lib/Serialization/
DASTWriter.cpp1413 uint32_t ContentHash[2]; member
1468 auto ContentHash = hash_code(-1); in WriteInputFiles() local
1474 ContentHash = hash_value(MemBuff->getBuffer()); in WriteInputFiles()
1480 auto CH = llvm::APInt(64, ContentHash); in WriteInputFiles()
1481 Entry.ContentHash[0] = in WriteInputFiles()
1483 Entry.ContentHash[1] = in WriteInputFiles()
1526 RecordData::value_type Record[] = {INPUT_FILE_HASH, Entry.ContentHash[0], in WriteInputFiles()
1527 Entry.ContentHash[1]}; in WriteInputFiles()
DASTReader.cpp2266 R.ContentHash = (static_cast<uint64_t>(Record[1]) << 32) | in readInputFileInfo()
2298 uint64_t StoredContentHash = FI.ContentHash; in getInputFile()
2377 auto ContentHash = hash_value(MemBuffOrError.get()->getBuffer()); in getInputFile() local
2378 if (StoredContentHash == static_cast<uint64_t>(ContentHash)) in getInputFile()
/external/llvm-project/clang/include/clang/Serialization/
DASTReader.h1222 uint64_t ContentHash; member