Searched refs:icf (Results 1 – 11 of 11) sorted by relevance
/openbsd/gnu/usr.bin/perl/cpan/Config-Perl-V/t/ |
H A D | 29_plv5235w.t | 71 …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 D | Options.td | 80 defm icf: Eq<"icf", "Identical code folding">;
|
/openbsd/gnu/llvm/lld/ELF/ |
H A D | Config.h | 302 ICFLevel icf; member
|
H A D | Driver.cpp | 375 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 D | Options.td | 241 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 D | InputFiles.cpp | 730 else if (config->icf == ICFLevel::Safe) in initializeSections()
|
/openbsd/gnu/llvm/lld/docs/ |
H A D | index.rst | 79 .. [1] Since GNU ld doesn't support the ``-icf=all`` and
|
/openbsd/gnu/llvm/lld/MachO/ |
H A D | Options.td | 82 def icf_eq: Joined<["--"], "icf=">, 354 HelpText<"Disable code deduplication (synonym for `--icf=none')">,
|
/openbsd/gnu/usr.bin/perl/win32/ |
H A D | Makefile | 461 LINK_DBG = -debug -opt:ref,icf -ltcg
|
H A D | GNUmakefile | 703 LINK_DBG = -debug -opt:ref,icf -ltcg
|
/openbsd/gnu/llvm/clang/ |
H A D | CMakeLists.txt | 947 -split-all-cold -split-eh -dyno-stats -icf=1 -use-gnu-stack
|