Searched refs:deduplicateLiterals (Results 1 – 2 of 2) sorted by relevance
203 deduplicateLiterals(dedupLiterals) {} in CStringInputSection()232 assert(deduplicateLiterals); in getCachedHashStringRef()240 bool deduplicateLiterals = false; variable
296 uint32_t hash = deduplicateLiterals ? xxh3_64bits(s.take_front(end)) : 0; in splitIntoPieces()