Home
last modified time | relevance | path

Searched refs:lto_get_section_data (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dlto-section-in.c134 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 Dvarpool.c299 data = lto_get_section_data (file_data, LTO_section_function_body, in get_constructor()
H A Dlto-streamer.h815 extern const char *lto_get_section_data (struct lto_file_decl_data *,
H A Dcgraph.c3926 data = lto_get_section_data (file_data, LTO_section_function_body, in get_untransformed_body()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dlto-section-in.cc134 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 Dvarpool.cc300 data = lto_get_section_data (file_data, LTO_section_function_body, in get_constructor()
H A Dlto-streamer.h775 extern const char *lto_get_section_data (struct lto_file_decl_data *,
H A Dcgraph.cc4016 data = lto_get_section_data (file_data, LTO_section_function_body, in get_untransformed_body()
H A DChangeLog-20197717 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 DChangeLog-20151437 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 DChangeLog-201445014 * 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 DChangeLog-201623776 * lto-section-in.c (lto_get_section_data): Call
/netbsd-src/external/gpl3/gcc/dist/gcc/lto/
H A DChangeLog5120 (lto_get_section_data): Use CONST_CAST to avoid warning when
5421 * lto-section-in.c (lto_read_section_data, lto_get_section_data):