Searched refs:computeHash (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DIEHash.cpp | 211 computeHash(Entry); in hashDIEEntry() 361 void DIEHash::computeHash(const DIE &Die) { in computeHash() function in DIEHash 381 computeHash(C); in computeHash() 399 computeHash(Die); in computeCUSignature() 423 computeHash(Die); in computeTypeSignature()
|
| H A D | DIEHash.h | 52 void computeHash(const DIE &Die);
|
| /freebsd-13.1/contrib/llvm-project/lld/ELF/ |
| H A D | Writer.cpp | 3006 computeHash(llvm::MutableArrayRef<uint8_t> hashBuf, in computeHash() function 3038 computeHash(buildId, buf, [](uint8_t *dest, ArrayRef<uint8_t> arr) { in writeBuildId() 3043 computeHash(buildId, buf, [&](uint8_t *dest, ArrayRef<uint8_t> arr) { in writeBuildId() 3048 computeHash(buildId, buf, [&](uint8_t *dest, ArrayRef<uint8_t> arr) { in writeBuildId()
|