Searched refs:hashSysV (Results 1 – 2 of 2) sorted by relevance
2483 uint32_t hash = hashSysV(name) % numSymbols; in writeTo()3059 write32(buf + 8, hashSysV(name)); // vd_hash in writeOne()3165 vn.vernauxs.push_back({hashSysV(ver), in finalizeContents()
1224 inline unsigned hashSysV(StringRef SymbolName) { in hashSysV() function