Searched refs:LTO_section_decls (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | lto-streamer-out.cc | 88 if (!flag_wpa && section_type == LTO_section_decls) in create_output_block() 829 if (ob->section_type != LTO_section_decls) in DFS() 855 gcc_checking_assert (ob->section_type == LTO_section_decls); in DFS() 3266 ob = create_output_block (LTO_section_decls); in produce_asm_for_decls() 3270 section_name = lto_get_section_name (LTO_section_decls, NULL, 0, NULL); in produce_asm_for_decls()
|
H A D | lto-streamer.h | 209 LTO_section_decls = 0, enumerator
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | lto-streamer-out.c | 88 if (!flag_wpa && section_type == LTO_section_decls) in create_output_block() 807 if (ob->section_type != LTO_section_decls) in DFS() 828 gcc_checking_assert (ob->section_type == LTO_section_decls); in DFS() 3184 ob = create_output_block (LTO_section_decls); in produce_asm_for_decls() 3188 section_name = lto_get_section_name (LTO_section_decls, NULL, 0, NULL); in produce_asm_for_decls()
|
H A D | lto-streamer.h | 224 LTO_section_decls = 0, enumerator
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/ |
H A D | lto-common.c | 2259 data = lto_get_summary_section_data (file_data, LTO_section_decls, &len); in lto_file_finalize() 2268 lto_free_section_data (file_data, LTO_section_decls, NULL, data, len); in lto_file_finalize()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/lto/ |
H A D | lto-common.cc | 2268 data = lto_get_summary_section_data (file_data, LTO_section_decls, &len); in lto_file_finalize() 2277 lto_free_section_data (file_data, LTO_section_decls, NULL, data, len); in lto_file_finalize()
|