Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/cpan/Config-Perl-V/t/
H A D29_plv5235w.t71 …lddlflags => q{-dll -nologo -nodefaultlib -debug -opt:ref,icf -ltcg -libpath:"c:\perl\lib\…
72 …ldflags => q{-nologo -nodefaultlib -debug -opt:ref,icf -ltcg -libpath:"c:\perl\lib\CORE"…
/openbsd/gnu/llvm/lld/MinGW/
H A DOptions.td80 defm icf: Eq<"icf", "Identical code folding">;
/openbsd/gnu/llvm/lld/ELF/
H A DConfig.h302 ICFLevel icf; member
H A DDriver.cpp375 if (config->icf != ICFLevel::None) in checkOptions()
1134 config->icf = getICF(args); in readConfigs()
2108 if (config->icf == ICFLevel::Safe || !(d->section->flags & SHF_EXECINSTR)) in markAddrsig()
2129 if (config->icf == ICFLevel::All && config->ignoreDataAddressEquality) in findKeepUniqueSections()
2901 if (config->icf != ICFLevel::None) { in link()
H A DOptions.td241 def icf_all: F<"icf=all">, HelpText<"Enable identical code folding">;
243 def icf_safe: F<"icf=safe">, HelpText<"Enable safe identical code folding">;
245 def icf_none: F<"icf=none">, HelpText<"Disable identical code folding (default)">;
335 defm print_icf_sections: B<"print-icf-sections",
H A DInputFiles.cpp730 else if (config->icf == ICFLevel::Safe) in initializeSections()
/openbsd/gnu/llvm/lld/docs/
H A Dindex.rst79 .. [1] Since GNU ld doesn't support the ``-icf=all`` and
/openbsd/gnu/llvm/lld/MachO/
H A DOptions.td82 def icf_eq: Joined<["--"], "icf=">,
354 HelpText<"Disable code deduplication (synonym for `--icf=none')">,
/openbsd/gnu/usr.bin/perl/win32/
H A DMakefile461 LINK_DBG = -debug -opt:ref,icf -ltcg
H A DGNUmakefile703 LINK_DBG = -debug -opt:ref,icf -ltcg
/openbsd/gnu/llvm/clang/
H A DCMakeLists.txt947 -split-all-cold -split-eh -dyno-stats -icf=1 -use-gnu-stack