/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | ipa-hsa.c | 220 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 D | lto-streamer-in.c | 1567 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 D | lto-cgraph.c | 2023 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 D | ipa-prop.c | 5051 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 D | lto-streamer.h | 448 struct lto_function_header : lto_simple_header_with_strings struct
|
H A D | ipa-icf.c | 2156 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 D | ipa-sra.c | 2794 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 D | ipa-devirt.c | 4112 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 D | ipa-fnsummary.c | 4190 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 D | lto-streamer-out.c | 2138 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 D | lto-streamer-in.cc | 1577 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 D | lto-cgraph.cc | 2033 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 D | lto-streamer.h | 408 struct lto_function_header : lto_simple_header_with_strings struct
|
H A D | ipa-prop.cc | 5305 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 D | ipa-icf.cc | 2197 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 D | ipa-sra.cc | 2733 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 D | ipa-devirt.cc | 4136 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 D | ipa-fnsummary.cc | 4425 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 D | lto-streamer-out.cc | 2196 struct lto_function_header header; in produce_asm() 2213 memset (&header, 0, sizeof (struct lto_function_header)); in produce_asm()
|
H A D | ipa-modref.cc | 3808 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 D | ChangeLog-2014 | 29704 (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 D | ChangeLog | 5474 lto_function_header.
|