Home
last modified time | relevance | path

Searched refs:HashMatch (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DOffloadBundle.cpp346 bool HashMatch = (StoredHash == RecalculatedHash); in decompress() local
375 << "Hashes match: " << (HashMatch ? "Yes" : "No") << "\n"; in decompress()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DOffloadBundler.cpp1295 bool HashMatch = (StoredHash == RecalculatedHash); in decompress() local
1324 << "Hashes match: " << (HashMatch ? "Yes" : "No") << "\n"; in decompress()