HomeSort by relevance Sort by last modified time
    Searched refs:icf (Results 1 - 15 of 15) sorted by null

  /toolchain/binutils/binutils-2.25/gold/
gc.h 32 #include "icf.h"
169 // folding (--icf).
193 Icf::Sections_reachable_info* secvec = NULL;
194 Icf::Symbol_info* symvec = NULL;
195 Icf::Addend_info* addendvec = NULL;
196 Icf::Offset_info* offsetvec = NULL;
197 Icf::Reloc_addend_size_info* reloc_addend_size_vec = NULL;
212 Icf::Reloc_info* reloc_info =
213 &symtab->icf()->reloc_info_list()[src_id];
222 symtab->icf()->check_section_for_function_pointers(src_section_name
    [all...]
main.cc 48 #include "icf.h"
212 // The Identical Code Folding (ICF, --icf) Object.
213 Icf icf; local
226 symtab.set_icf(&icf);
Makefile.am 80 icf.cc \
130 icf.h \
icf.cc 0 // icf.cc -- Identical Code Folding.
107 // ICF in safe mode folds only ctors and dtors if their function pointers can
135 // How to run : --icf=[safe|all|none]
136 // Optional parameters : --icf-iterations <num> --print-icf-sections
144 #include "icf.h"
164 // first time before the first iteration of icf.
265 // to ICF sections.
267 // SECTION_CONTENTS : Store the section's text and relocs to non-ICF
298 Icf::Reloc_info_list& reloc_info_list =
    [all...]
symtab.h 62 class Icf;
1370 icf() const function in class:gold::Symbol_table
    [all...]
options.cc 1057 // value of this->icf().
1058 if (strcmp(this->icf(), "none") == 0)
1060 else if (strcmp(this->icf(), "safe") == 0)
    [all...]
gold.cc 49 #include "icf.h"
287 gold_error(_("cannot mix -r with --gc-sections or --icf"));
523 // If identical code folding (--icf) is chosen it makes sense to do it
528 symtab->icf()->find_identical_sections(input_objects, symtab);
533 // --gc-sections or --icf is turned on, or when certain input
object.cc     [all...]
options.h     [all...]
powerpc.cc     [all...]
  /build/soong/cc/config/
arm64_device.go 67 "-Wl,--icf=safe",
arm_device.go 67 "-Wl,--icf=safe",
  /external/google-tv-pairing-protocol/cpp/
main.scons 220 '/opt:icf=32',
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 276 if (m_Config.options().getICFMode() != GeneralOptions::ICF::None) {
277 IdenticalCodeFolding icf(m_Config, m_LDBackend, *m_pModule);
278 icf.foldIdenticalCode();
    [all...]
  /external/valgrind/
Android.mk 91 preload_ldflags += -Wl,--icf=none

Completed in 306 milliseconds