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

  /toolchain/binutils/binutils-2.25/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.
226 // to ICF sections.
228 // SECTION_CONTENTS : Store the section's text and relocs to non-ICF
259 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 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);
symtab.h 62 class Icf;
1370 icf() const function in class:gold::Symbol_table
    [all...]

Completed in 215 milliseconds