Searched refs:lto_get_section_data (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | lto-section-in.c | 134 lto_get_section_data (struct lto_file_decl_data *file_data, in lto_get_section_data() function 187 return lto_get_section_data (file_data, section_type, NULL, 0, len); in lto_get_summary_section_data() 253 const char *data = lto_get_section_data (file_data, section_type, NULL, 0, in lto_create_simple_input_block()
|
H A D | varpool.c | 299 data = lto_get_section_data (file_data, LTO_section_function_body, in get_constructor()
|
H A D | lto-streamer.h | 815 extern const char *lto_get_section_data (struct lto_file_decl_data *,
|
H A D | cgraph.c | 3926 data = lto_get_section_data (file_data, LTO_section_function_body, in get_untransformed_body()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | lto-section-in.cc | 134 lto_get_section_data (struct lto_file_decl_data *file_data, in lto_get_section_data() function 187 return lto_get_section_data (file_data, section_type, NULL, 0, len); in lto_get_summary_section_data() 253 const char *data = lto_get_section_data (file_data, section_type, NULL, 0, in lto_create_simple_input_block()
|
H A D | varpool.cc | 300 data = lto_get_section_data (file_data, LTO_section_function_body, in get_constructor()
|
H A D | lto-streamer.h | 775 extern const char *lto_get_section_data (struct lto_file_decl_data *,
|
H A D | cgraph.cc | 4016 data = lto_get_section_data (file_data, LTO_section_function_body, in get_untransformed_body()
|
H A D | ChangeLog-2019 | 7717 Use lto_get_section_data where symtab_node::order 7735 * lto-section-in.c (lto_get_section_data): Add new argumente order. 7753 * lto-streamer.h (lto_get_section_data): Add order argument. 20346 * lto-section-in.c (lto_get_section_data): 23699 * lto-section-in.c (lto_get_section_data): Pass info 23707 * lto-section-in.c (lto_get_section_data): Add "lto" section.
|
H A D | ChangeLog-2015 | 1437 flag to lto_get_section_data. 1439 * lto-section-in.c (lto_get_section_data): Add new flag decompress. 1447 (lto_get_section_data, lto_free_section_data): Update prototypes
|
H A D | ChangeLog-2014 | 45014 * lto-section-in.c (lto_get_section_data): Fix const cast. 45028 * lto-section-in.c (lto_get_section_data): Instead do it here
|
H A D | ChangeLog-2016 | 23776 * lto-section-in.c (lto_get_section_data): Call
|
/netbsd-src/external/gpl3/gcc/dist/gcc/lto/ |
H A D | ChangeLog | 5120 (lto_get_section_data): Use CONST_CAST to avoid warning when 5421 * lto-section-in.c (lto_read_section_data, lto_get_section_data):
|