Searched refs:icf (Results 1 – 6 of 6) sorted by relevance
344 ICFLevel icf; member
279 def icf_all: F<"icf=all">, HelpText<"Enable identical code folding">;281 def icf_safe: F<"icf=safe">, HelpText<"Enable safe identical code folding">;283 def icf_none: F<"icf=none">, HelpText<"Disable identical code folding (default)">;375 defm print_icf_sections: B<"print-icf-sections",
440 if (config->icf != ICFLevel::None) in checkOptions()1312 config->icf = getICF(args); in readConfigs()2366 if (config->icf == ICFLevel::Safe || !(d->section->flags & SHF_EXECINSTR)) in markAddrsig()2387 if (config->icf == ICFLevel::All && config->ignoreDataAddressEquality) in findKeepUniqueSections()3174 if (config->icf != ICFLevel::None) { in link()
802 else if (config->icf == ICFLevel::Safe) in initializeSections()
80 .. [1] Since GNU ld doesn't support the ``-icf=all`` and
84 def icf_eq: Joined<["--"], "icf=">,88 def keep_icf_stabs: Joined<["--"], "keep-icf-stabs">,390 HelpText<"Disable code deduplication (synonym for `--icf=none')">,