Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h405 unsigned addString(StringRef s, bool hashIt = true);
H A DSyntheticSections.cpp1301 unsigned StringTableSection::addString(StringRef s, bool hashIt) { in addString() argument
1302 if (hashIt) { in addString()