Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/MachO/
H A DInputSection.h200 deduplicateLiterals(dedupLiterals) {} in CStringInputSection()
225 assert(deduplicateLiterals); in getCachedHashStringRef()
233 bool deduplicateLiterals = false; variable
H A DInputSection.cpp241 uint32_t hash = deduplicateLiterals ? xxHash64(s.take_front(end)) : 0; in splitIntoPieces()