Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DSyntheticSections.cpp2526 uint32_t hash = hashSysV(name) % numSymbols; in writeTo()
3101 write32(buf + 8, hashSysV(name)); // vd_hash in writeOne()
3207 vn.vernauxs.push_back({hashSysV(ver), in finalizeContents()
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DELF.h1214 inline unsigned hashSysV(StringRef SymbolName) { in hashSysV() function