Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/docs/
H A Dindex.rst80 .. [1] Since GNU ld doesn't support the ``-icf=all`` and
/freebsd/contrib/llvm-project/lld/ELF/
H A DOptions.td296 def icf_all: F<"icf=all">, HelpText<"Enable identical code folding">;
298 def icf_safe: F<"icf=safe">, HelpText<"Enable safe identical code folding">;
300 def icf_none: F<"icf=none">, HelpText<"Disable identical code folding (default)">;
392 defm print_icf_sections: B<"print-icf-sections",
H A DConfig.h429 ICFLevel icf; member
H A DDriver.cpp463 if (ctx.arg.icf != ICFLevel::None) in checkOptions()
1437 ctx.arg.icf = getICF(args); in readConfigs()
2564 if (ctx.arg.icf == ICFLevel::All && ctx.arg.ignoreDataAddressEquality) in findKeepUniqueSections()
2569 bool icfSafe = ctx.arg.icf == ICFLevel::Safe; in findKeepUniqueSections()
3484 if (ctx.arg.icf != ICFLevel::None) { in link()
H A DInputFiles.cpp767 else if (ctx.arg.icf == ICFLevel::Safe) in initializeSections()
/freebsd/contrib/llvm-project/lld/MachO/
H A DOptions.td84 def icf_eq: Joined<["--"], "icf=">,
92 def keep_icf_stabs: Joined<["--"], "keep-icf-stabs">,
443 HelpText<"Disable code deduplication (synonym for `--icf=none')">,