Searched refs:dedupLiterals (Results 1 – 6 of 6) sorted by relevance
123 bool dedupLiterals = true; member
155 uint32_t hash = config->dedupLiterals ? xxHash64(s.substr(0, size)) : 0; in splitIntoPieces()
218 assert(config->dedupLiterals); in getCachedHashStringRef()
1126 if (config->dedupLiterals) { in createSyntheticSections()1132 config->dedupLiterals ? make<WordLiteralSection>() : nullptr; in createSyntheticSections()
253 (config->dedupLiterals && isWordLiteralSection(sec.flags))) { in parseSections()254 if (sec.nreloc && config->dedupLiterals) in parseSections()
1234 config->dedupLiterals = args.hasArg(OPT_deduplicate_literals) || in link()