Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp1414 uint32_t ContentHash[2]; member
1469 auto ContentHash = hash_code(-1); in WriteInputFiles() local
1475 ContentHash = hash_value(MemBuff->getBuffer()); in WriteInputFiles()
1481 auto CH = llvm::APInt(64, ContentHash); in WriteInputFiles()
1482 Entry.ContentHash[0] = in WriteInputFiles()
1484 Entry.ContentHash[1] = in WriteInputFiles()
1527 RecordData::value_type Record[] = {INPUT_FILE_HASH, Entry.ContentHash[0], in WriteInputFiles()
1528 Entry.ContentHash[1]}; in WriteInputFiles()
H A DASTReader.cpp2296 R.ContentHash = (static_cast<uint64_t>(Record[1]) << 32) | in readInputFileInfo()
2328 uint64_t StoredContentHash = FI.ContentHash; in getInputFile()
2407 auto ContentHash = hash_value(MemBuffOrError.get()->getBuffer()); in getInputFile() local
2408 if (StoredContentHash == static_cast<uint64_t>(ContentHash)) in getInputFile()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h1228 uint64_t ContentHash; member