Home
last modified time | relevance | path

Searched refs:lto_function_header (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-hsa.c220 const struct lto_function_header *header in ipa_hsa_read_section()
221 = (const struct lto_function_header *) data; in ipa_hsa_read_section()
222 const int cfg_offset = sizeof (struct lto_function_header); in ipa_hsa_read_section()
H A Dlto-streamer-in.c1567 const struct lto_function_header *header;
1574 header = (const struct lto_function_header *) data;
1577 cfg_offset = sizeof (struct lto_function_header);
1583 main_offset = sizeof (struct lto_function_header);
H A Dlto-cgraph.c2023 const struct lto_function_header *header = in input_cgraph_opt_section()
2024 (const struct lto_function_header *) data; in input_cgraph_opt_section()
2025 const int cfg_offset = sizeof (struct lto_function_header); in input_cgraph_opt_section()
H A Dipa-prop.c5051 const struct lto_function_header *header = in ipa_prop_read_section()
5052 (const struct lto_function_header *) data; in ipa_prop_read_section()
5053 const int cfg_offset = sizeof (struct lto_function_header); in ipa_prop_read_section()
5301 const struct lto_function_header *header = in read_replacements_section()
5302 (const struct lto_function_header *) data; in read_replacements_section()
5303 const int cfg_offset = sizeof (struct lto_function_header); in read_replacements_section()
H A Dlto-streamer.h448 struct lto_function_header : lto_simple_header_with_strings struct
H A Dipa-icf.c2156 const lto_function_header *header in read_section()
2157 = (const lto_function_header *) data; in read_section()
2158 const int cfg_offset = sizeof (lto_function_header); in read_section()
H A Dipa-sra.c2794 const struct lto_function_header *header = in isra_read_summary_section()
2795 (const struct lto_function_header *) data; in isra_read_summary_section()
2796 const int cfg_offset = sizeof (struct lto_function_header); in isra_read_summary_section()
H A Dipa-devirt.c4112 const struct lto_function_header *header
4113 = (const struct lto_function_header *) data;
4114 const int cfg_offset = sizeof (struct lto_function_header);
H A Dipa-fnsummary.c4190 const struct lto_function_header *header = in inline_read_section()
4191 (const struct lto_function_header *) data; in inline_read_section()
4192 const int cfg_offset = sizeof (struct lto_function_header); in inline_read_section()
H A Dlto-streamer-out.c2138 struct lto_function_header header; in produce_asm()
2155 memset (&header, 0, sizeof (struct lto_function_header)); in produce_asm()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dlto-streamer-in.cc1577 const struct lto_function_header *header; in lto_read_body_or_constructor()
1584 header = (const struct lto_function_header *) data; in lto_read_body_or_constructor()
1587 cfg_offset = sizeof (struct lto_function_header); in lto_read_body_or_constructor()
1593 main_offset = sizeof (struct lto_function_header); in lto_read_body_or_constructor()
H A Dlto-cgraph.cc2033 const struct lto_function_header *header = in input_cgraph_opt_section()
2034 (const struct lto_function_header *) data; in input_cgraph_opt_section()
2035 const int cfg_offset = sizeof (struct lto_function_header); in input_cgraph_opt_section()
H A Dlto-streamer.h408 struct lto_function_header : lto_simple_header_with_strings struct
H A Dipa-prop.cc5305 const struct lto_function_header *header = in ipa_prop_read_section()
5306 (const struct lto_function_header *) data; in ipa_prop_read_section()
5307 const int cfg_offset = sizeof (struct lto_function_header); in ipa_prop_read_section()
5555 const struct lto_function_header *header = in read_replacements_section()
5556 (const struct lto_function_header *) data; in read_replacements_section()
5557 const int cfg_offset = sizeof (struct lto_function_header); in read_replacements_section()
H A Dipa-icf.cc2197 const lto_function_header *header in read_section()
2198 = (const lto_function_header *) data; in read_section()
2199 const int cfg_offset = sizeof (lto_function_header); in read_section()
H A Dipa-sra.cc2733 const struct lto_function_header *header = in isra_read_summary_section()
2734 (const struct lto_function_header *) data; in isra_read_summary_section()
2735 const int cfg_offset = sizeof (struct lto_function_header); in isra_read_summary_section()
H A Dipa-devirt.cc4136 const struct lto_function_header *header in ipa_odr_read_section()
4137 = (const struct lto_function_header *) data; in ipa_odr_read_section()
4138 const int cfg_offset = sizeof (struct lto_function_header); in ipa_odr_read_section()
H A Dipa-fnsummary.cc4425 const struct lto_function_header *header = in inline_read_section()
4426 (const struct lto_function_header *) data; in inline_read_section()
4427 const int cfg_offset = sizeof (struct lto_function_header); in inline_read_section()
H A Dlto-streamer-out.cc2196 struct lto_function_header header; in produce_asm()
2213 memset (&header, 0, sizeof (struct lto_function_header)); in produce_asm()
H A Dipa-modref.cc3808 const struct lto_function_header *header in read_section()
3809 = (const struct lto_function_header *) data; in read_section()
3810 const int cfg_offset = sizeof (struct lto_function_header); in read_section()
H A DChangeLog-201429704 (struct lto_function_header, struct lto_simple_header,
29706 struct lto_decl_header, struct lto_function_header): Make
/netbsd-src/external/gpl3/gcc/dist/gcc/lto/
H A DChangeLog5474 lto_function_header.