Searched refs:deduplicateLiterals (Results 1 – 2 of 2) sorted by relevance
200 deduplicateLiterals(dedupLiterals) {} in CStringInputSection()225 assert(deduplicateLiterals); in getCachedHashStringRef()233 bool deduplicateLiterals = false; variable
241 uint32_t hash = deduplicateLiterals ? xxHash64(s.take_front(end)) : 0; in splitIntoPieces()