Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DELF.h1190 inline unsigned hashSysV(StringRef SymbolName) { in hashSysV() function
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp2550 uint32_t hash = hashSysV(name) % numSymbols; in writeTo()
3118 write32(buf + 8, hashSysV(name)); // vd_hash in writeOne()