Searched refs:computeHash (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.h52 void computeHash(const DIE &Die);
H A DDIEHash.cpp212 computeHash(Entry);
352 void DIEHash::computeHash(const DIE &Die) { function in class:DIEHash
372 computeHash(C);
390 computeHash(Die);
414 computeHash(Die);
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
H A DWriter.cpp2676 computeHash(llvm::MutableArrayRef<uint8_t> hashBuf, function in namespace:lld::elf
2708 computeHash(buildId, buf, [](uint8_t *dest, ArrayRef<uint8_t> arr) {
2713 computeHash(buildId, buf, [&](uint8_t *dest, ArrayRef<uint8_t> arr) {
2718 computeHash(buildId, buf, [&](uint8_t *dest, ArrayRef<uint8_t> arr) {

Completed in 79 milliseconds