Home
last modified time | relevance | path

Searched refs:dedupLiterals (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lld/MachO/
DConfig.h123 bool dedupLiterals = true; member
DInputSection.cpp155 uint32_t hash = config->dedupLiterals ? xxHash64(s.substr(0, size)) : 0; in splitIntoPieces()
DInputSection.h218 assert(config->dedupLiterals); in getCachedHashStringRef()
DWriter.cpp1126 if (config->dedupLiterals) { in createSyntheticSections()
1132 config->dedupLiterals ? make<WordLiteralSection>() : nullptr; in createSyntheticSections()
DInputFiles.cpp253 (config->dedupLiterals && isWordLiteralSection(sec.flags))) { in parseSections()
254 if (sec.nreloc && config->dedupLiterals) in parseSections()
DDriver.cpp1234 config->dedupLiterals = args.hasArg(OPT_deduplicate_literals) || in link()