Searched refs:hashIt (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1164 // Adds a string to the string table. If `hashIt` is true we hash and check for
1168 unsigned StringTableSection::addString(StringRef s, bool hashIt) { argument
1169 if (hashIt) {
2062 bool hashIt = b->isLocal();
2063 symbols.push_back({b, strTabSec.addString(b->getName(), hashIt)});
H A DSyntheticSections.h406 unsigned addString(StringRef s, bool hashIt = true);

Completed in 61 milliseconds