Searched refs:lto_function_header (Results 1 – 12 of 12) sorted by relevance
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()
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()
408 struct lto_function_header : lto_simple_header_with_strings struct
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()
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()
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()
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()
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()
2196 struct lto_function_header header; in produce_asm()2213 memset (&header, 0, sizeof (struct lto_function_header)); in produce_asm()
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()
29704 (struct lto_function_header, struct lto_simple_header,29706 struct lto_decl_header, struct lto_function_header): Make
5474 lto_function_header.