Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
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()
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()
Dlto-streamer.h408 struct lto_function_header : lto_simple_header_with_strings struct
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()
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()
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()
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()
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()
Dlto-streamer-out.cc2196 struct lto_function_header header; in produce_asm()
2213 memset (&header, 0, sizeof (struct lto_function_header)); in produce_asm()
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()
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/
DChangeLog5474 lto_function_header.