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