Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/ELF/
H A DSyntheticSections.h388 unsigned addString(StringRef s, bool hashIt = true);
H A DSyntheticSections.cpp1215 unsigned StringTableSection::addString(StringRef s, bool hashIt) { in addString() argument
1216 if (hashIt) { in addString()