Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DSyntheticSections.cpp1163 unsigned StringTableSection::addString(StringRef S, bool HashIt) { in addString() argument
1164 if (HashIt) { in addString()
1937 bool HashIt = B->isLocal(); in addSymbol() local
1938 Symbols.push_back({B, StrTabSec.addString(B->getName(), HashIt)}); in addSymbol()
H A DSyntheticSections.h390 unsigned addString(StringRef S, bool HashIt = true);