Searched refs:computeHash (Results 1 – 3 of 3) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| HD | DIEHash.cpp | 212 computeHash(Entry); in hashDIEEntry() 352 void DIEHash::computeHash(const DIE &Die) { in computeHash() function in DIEHash 372 computeHash(C); in computeHash() 390 computeHash(Die); in computeCUSignature() 414 computeHash(Die); in computeTypeSignature()
|
| HD | DIEHash.h | 52 void computeHash(const DIE &Die);
|
| /freebsd-11-stable/contrib/llvm-project/lld/ELF/ |
| HD | Writer.cpp | 2676 computeHash(llvm::MutableArrayRef<uint8_t> hashBuf, in computeHash() function 2708 computeHash(buildId, buf, [](uint8_t *dest, ArrayRef<uint8_t> arr) { in writeBuildId() 2713 computeHash(buildId, buf, [&](uint8_t *dest, ArrayRef<uint8_t> arr) { in writeBuildId() 2718 computeHash(buildId, buf, [&](uint8_t *dest, ArrayRef<uint8_t> arr) { in writeBuildId()
|