Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lld/MachO/
HDInputSection.h203 deduplicateLiterals(dedupLiterals) {} in CStringInputSection()
232 assert(deduplicateLiterals); in getCachedHashStringRef()
240 bool deduplicateLiterals = false; variable
HDInputSection.cpp296 uint32_t hash = deduplicateLiterals ? xxh3_64bits(s.take_front(end)) : 0; in splitIntoPieces()