Home
last modified time | relevance | path

Searched refs:lto_obj_create_section_hash_table (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/
H A Dlto.h47 extern htab_t lto_obj_create_section_hash_table (void);
H A Dlto-object.c270 section_hash_table = lto_obj_create_section_hash_table (); in lto_obj_build_section_table()
H A Dlto-common.c106 lto_obj_create_section_hash_table (void) in lto_obj_create_section_hash_table() function
2191 file_data->section_hash_table = lto_obj_create_section_hash_table (); in create_subid_section_table()
/netbsd-src/external/gpl3/gcc/dist/gcc/lto/
H A Dlto.h47 extern htab_t lto_obj_create_section_hash_table (void);
H A Dlto-object.cc266 section_hash_table = lto_obj_create_section_hash_table (); in lto_obj_build_section_table()
H A Dlto-common.cc106 lto_obj_create_section_hash_table (void) in lto_obj_create_section_hash_table() function
2200 file_data->section_hash_table = lto_obj_create_section_hash_table (); in create_subid_section_table()
H A DChangeLog3557 (lto_obj_build_section_table): Call lto_obj_create_section_hash_table.
3559 (lto_obj_build_section_table): Call lto_obj_create_section_hash_table.
3561 (lto_obj_build_section_table): Call lto_obj_create_section_hash_table.
3563 (lto_obj_create_section_hash_table): Add.