Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DELF.h635 inline unsigned hashSysV(StringRef SymbolName) { in hashSysV() function
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DSyntheticSections.cpp2302 uint32_t Hash = hashSysV(Name) % NumSymbols; in writeTo()
2729 write32(Buf + 8, hashSysV(Name)); // vd_hash in writeOne()