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.h395 unsigned addString(StringRef s, bool hashIt = true);
H A DSyntheticSections.cpp1250 unsigned StringTableSection::addString(StringRef s, bool hashIt) { in addString() argument
1251 if (hashIt) { in addString()