Searched refs:LTO_section_function_body (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | lto-streamer-out.cc | 94 if (section_type == LTO_section_function_body) in create_output_block() 119 if (section_type == LTO_section_function_body) in destroy_output_block() 2199 if (section_type == LTO_section_function_body) in produce_asm() 2215 if (section_type == LTO_section_function_body) in produce_asm() 2223 if (section_type == LTO_section_function_body) in produce_asm() 2398 ob = create_output_block (LTO_section_function_body); in output_function() 2483 ob = create_output_block (LTO_section_function_body); in output_constructor() 2564 lto_get_section_name (LTO_section_function_body, name, node->order, NULL); in copy_function_or_variable() 2577 data = lto_get_raw_section_data (file_data, LTO_section_function_body, in copy_function_or_variable() 2606 lto_free_raw_section_data (file_data, LTO_section_function_body, name, in copy_function_or_variable()
|
H A D | lto-streamer.cc | 111 if (section_type == LTO_section_function_body) in lto_get_section_name()
|
H A D | varpool.cc | 300 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()
|
H A D | lto-streamer-in.cc | 1600 if (section_type == LTO_section_function_body) in lto_read_body_or_constructor() 1670 lto_read_body_or_constructor (file_data, node, data, LTO_section_function_body); in lto_input_function_body() 1680 lto_read_body_or_constructor (file_data, node, data, LTO_section_function_body); in lto_input_variable_constructor()
|
H A D | lto-streamer.h | 210 LTO_section_function_body, enumerator
|
H A D | cgraph.cc | 4016 data = lto_get_section_data (file_data, LTO_section_function_body, in get_untransformed_body() 4029 lto_free_section_data (file_data, LTO_section_function_body, name, in get_untransformed_body()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | lto-streamer-out.c | 94 if (section_type == LTO_section_function_body) in create_output_block() 119 if (section_type == LTO_section_function_body) in destroy_output_block() 2141 if (section_type == LTO_section_function_body) in produce_asm() 2157 if (section_type == LTO_section_function_body) in produce_asm() 2165 if (section_type == LTO_section_function_body) in produce_asm() 2317 ob = create_output_block (LTO_section_function_body); in output_function() 2402 ob = create_output_block (LTO_section_function_body); in output_constructor() 2483 lto_get_section_name (LTO_section_function_body, name, node->order, NULL); in copy_function_or_variable() 2496 data = lto_get_raw_section_data (file_data, LTO_section_function_body, in copy_function_or_variable() 2525 lto_free_raw_section_data (file_data, LTO_section_function_body, name, in copy_function_or_variable()
|
H A D | lto-streamer.c | 124 if (section_type == LTO_section_function_body) in lto_get_section_name()
|
H A D | varpool.c | 299 data = lto_get_section_data (file_data, LTO_section_function_body, in get_constructor() 312 lto_free_section_data (file_data, LTO_section_function_body, name, in get_constructor()
|
H A D | lto-streamer-in.c | 1590 if (section_type == LTO_section_function_body) 1660 lto_read_body_or_constructor (file_data, node, data, LTO_section_function_body); 1670 lto_read_body_or_constructor (file_data, node, data, LTO_section_function_body);
|
H A D | lto-streamer.h | 225 LTO_section_function_body, enumerator
|
H A D | cgraph.c | 3926 data = lto_get_section_data (file_data, LTO_section_function_body, in get_untransformed_body() 3939 lto_free_section_data (file_data, LTO_section_function_body, name, in get_untransformed_body()
|