Searched refs:LTO_section_mode_table (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | lto-streamer.h | 227 LTO_section_mode_table, enumerator
|
H A D | lto-streamer-in.cc | 1967 = lto_get_summary_section_data (file_data, LTO_section_mode_table, &len); in lto_input_mode_table() 2097 lto_free_section_data (file_data, LTO_section_mode_table, NULL, data, len); in lto_input_mode_table()
|
H A D | lto-streamer-out.cc | 3175 ob = create_output_block (LTO_section_mode_table); in lto_write_mode_table() 3226 = lto_get_section_name (LTO_section_mode_table, NULL, 0, NULL); in lto_write_mode_table()
|
H A D | ChangeLog-2015 | 39296 * lto-streamer.h (enum lto_section_type): Add LTO_section_mode_table.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | lto-streamer.h | 242 LTO_section_mode_table, enumerator
|
H A D | lto-streamer-in.c | 1931 = lto_get_summary_section_data (file_data, LTO_section_mode_table, &len); 2064 lto_free_section_data (file_data, LTO_section_mode_table, NULL, data, len);
|
H A D | lto-streamer-out.c | 3093 ob = create_output_block (LTO_section_mode_table); in lto_write_mode_table() 3144 = lto_get_section_name (LTO_section_mode_table, NULL, 0, NULL); in lto_write_mode_table()
|