Searched refs:icf (Results 1 – 8 of 8) sorted by relevance
278 ldebug = -release -opt:ref -opt:icf,3
328 ICFLevel icf; member
261 def icf_all: F<"icf=all">, HelpText<"Enable identical code folding">;263 def icf_safe: F<"icf=safe">, HelpText<"Enable safe identical code folding">;265 def icf_none: F<"icf=none">, HelpText<"Disable identical code folding (default)">;354 defm print_icf_sections: B<"print-icf-sections",
438 if (config->icf != ICFLevel::None) in checkOptions()1270 config->icf = getICF(args); in readConfigs()2234 if (config->icf == ICFLevel::Safe || !(d->section->flags & SHF_EXECINSTR)) in markAddrsig()2255 if (config->icf == ICFLevel::All && config->ignoreDataAddressEquality) in findKeepUniqueSections()3038 if (config->icf != ICFLevel::None) { in link()
769 else if (config->icf == ICFLevel::Safe) in initializeSections()
143 * The ``--icf=safe`` option now works as expected; it was previously a no-op.
80 .. [1] Since GNU ld doesn't support the ``-icf=all`` and
84 def icf_eq: Joined<["--"], "icf=">,372 HelpText<"Disable code deduplication (synonym for `--icf=none')">,