Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DWriter.cpp2855 std::function<void(uint8_t *dest, ArrayRef<uint8_t> arr)> hashFn) { in computeHash() argument
2862 hashFn(hashes.get() + i * hashBuf.size(), chunks[i]); in computeHash()
2866 hashFn(hashBuf.data(), ArrayRef(hashes.get(), hashesSize)); in computeHash()