Home
last modified time | relevance | path

Searched refs:hashSysV (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELF.h1351 inline uint32_t hashSysV(StringRef SymbolName) { in hashSysV() function
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp2531 uint32_t hash = hashSysV(name) % numSymbols; in writeTo()
3698 write32(buf + 8, hashSysV(name)); // vd_hash in writeOne()
3802 vn.vernauxs.push_back({hashSysV(ver), in finalizeContents()