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

  /toolchain/binutils/binutils-2.27/gold/
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...]
icf.h 0 // icf.h -- Identical Code Folding
39 class Icf
67 Icf()
85 // This is set when ICF has been run and the groups of
91 // Returns true if ICF has been run.
159 // Flag to indicate if ICF has been run.
166 // should be considered by icf as a possible candidate for folding. Some
gc.h 31 #include "icf.h"
164 // folding (--icf).
188 Icf::Sections_reachable_info* secvec = NULL;
189 Icf::Symbol_info* symvec = NULL;
190 Icf::Addend_info* addendvec = NULL;
191 Icf::Offset_info* offsetvec = NULL;
192 Icf::Reloc_addend_size_info* reloc_addend_size_vec = NULL;
207 Icf::Reloc_info* reloc_info =
208 &symtab->icf()->reloc_info_list()[src_id];
217 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);
symtab.h 62 class Icf;
1390 icf() const function in class:gold::Symbol_table
    [all...]

Completed in 222 milliseconds