Searched refs:computeHash (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DIEHash.cpp | 206 computeHash(Entry); in hashDIEEntry() 218 computeHash(Entry); in hashRawTypeReference() 368 void DIEHash::computeHash(const DIE &Die) { in computeHash() function in DIEHash 388 computeHash(C); in computeHash() 406 computeHash(Die); in computeCUSignature() 430 computeHash(Die); in computeTypeSignature()
|
H A D | DIEHash.h | 52 void computeHash(const DIE &Die);
|
/openbsd/gnu/llvm/lld/ELF/ |
H A D | Writer.cpp | 2964 computeHash(llvm::MutableArrayRef<uint8_t> hashBuf, in computeHash() function 3004 computeHash(output, input, [](uint8_t *dest, ArrayRef<uint8_t> arr) { in writeBuildId() 3009 computeHash(output, input, [&](uint8_t *dest, ArrayRef<uint8_t> arr) { in writeBuildId() 3014 computeHash(output, input, [&](uint8_t *dest, ArrayRef<uint8_t> arr) { in writeBuildId()
|
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | ScalarEvolution.h | 1329 unsigned computeHash() const { 2385 return Val.computeHash();
|