Home
last modified time | relevance | path

Searched refs:LTO_section_function_body (Results 1 – 11 of 11) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
HDlto-streamer-out.c75 if (section_type == LTO_section_function_body) in create_output_block()
99 if (section_type == LTO_section_function_body) in destroy_output_block()
690 if (section_type == LTO_section_function_body) in produce_asm()
711 if (section_type == LTO_section_function_body) in produce_asm()
723 if (section_type == LTO_section_function_body) in produce_asm()
789 ob = create_output_block (LTO_section_function_body); in output_function()
1033 lto_get_section_name (LTO_section_function_body, name, NULL); in copy_function()
1044 data = lto_get_section_data (file_data, LTO_section_function_body, in copy_function()
1072 lto_free_section_data (file_data, LTO_section_function_body, name, in copy_function()
HDlto-streamer.c149 if (section_type == LTO_section_function_body) in lto_get_section_name()
HDlto-streamer-in.c1010 if (section_type == LTO_section_function_body) in lto_read_body()
1083 lto_read_body (file_data, fn_decl, data, LTO_section_function_body); in lto_input_function_body()
HDlto-streamer.h236 LTO_section_function_body, enumerator
/dragonfly/contrib/gcc-8.0/gcc/
HDlto-streamer-out.c75 if (section_type == LTO_section_function_body) in create_output_block()
99 if (section_type == LTO_section_function_body) in destroy_output_block()
1967 if (section_type == LTO_section_function_body) in produce_asm()
1985 if (section_type == LTO_section_function_body) in produce_asm()
1993 if (section_type == LTO_section_function_body) in produce_asm()
2076 ob = create_output_block (LTO_section_function_body); in output_function()
2198 ob = create_output_block (LTO_section_function_body); in output_constructor()
2280 lto_get_section_name (LTO_section_function_body, name, NULL); in copy_function_or_variable()
2291 data = lto_get_raw_section_data (file_data, LTO_section_function_body, in copy_function_or_variable()
2319 lto_free_raw_section_data (file_data, LTO_section_function_body, name, in copy_function_or_variable()
HDlto-streamer.c148 if (section_type == LTO_section_function_body) in lto_get_section_name()
HDvarpool.c303 data = lto_get_section_data (file_data, LTO_section_function_body, in get_constructor()
313 lto_free_section_data (file_data, LTO_section_function_body, name, in get_constructor()
HDlto-streamer-in.c1266 if (section_type == LTO_section_function_body) in lto_read_body_or_constructor()
1335 lto_read_body_or_constructor (file_data, node, data, LTO_section_function_body); in lto_input_function_body()
1345 lto_read_body_or_constructor (file_data, node, data, LTO_section_function_body); in lto_input_variable_constructor()
HDlto-streamer.h219 LTO_section_function_body, enumerator
HDcgraph.c3676 data = lto_get_section_data (file_data, LTO_section_function_body, in get_untransformed_body()
3687 lto_free_section_data (file_data, LTO_section_function_body, name, in get_untransformed_body()
/dragonfly/contrib/gcc-4.7/gcc/lto/
HDlto.c233 data = lto_get_section_data (file_data, LTO_section_function_body, in lto_materialize_function()
248 lto_free_section_data (file_data, LTO_section_function_body, name, in lto_materialize_function()