Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DWriter.cpp2853 computeHash(llvm::MutableArrayRef<uint8_t> hashBuf, in computeHash() argument
2857 const size_t hashesSize = chunks.size() * hashBuf.size(); in computeHash()
2862 hashFn(hashes.get() + i * hashBuf.size(), chunks[i]); in computeHash()
2866 hashFn(hashBuf.data(), ArrayRef(hashes.get(), hashesSize)); in computeHash()
H A DSyntheticSections.h165 uint8_t *hashBuf;
H A DSyntheticSections.cpp367 hashBuf = buf + 16; in writeTo()
372 memcpy(hashBuf, buf.data(), hashSize); in writeBuildId()