Searched refs:function_section_1 (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | varasm.c | 635 function_section_1 (tree decl, bool force_cold) in function_section_1() function 692 return function_section_1 (decl, in function_section() 702 return function_section_1 (current_function_decl, in_cold_section_p); in current_function_section() 710 return function_section_1 (current_function_decl, true); in unlikely_text_section() 721 return sect == function_section_1 (current_function_decl, true); in unlikely_text_section_p()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | varasm.cc | 654 function_section_1 (tree decl, bool force_cold) in function_section_1() function 711 return function_section_1 (decl, in function_section() 721 return function_section_1 (current_function_decl, in_cold_section_p); in current_function_section() 729 return function_section_1 (current_function_decl, true); in unlikely_text_section() 740 return sect == function_section_1 (current_function_decl, true); in unlikely_text_section_p()
|
H A D | ChangeLog | 14133 (function_section_1): Likewise.
|
H A D | ChangeLog-2010 | 3596 (function_section_1): Break out from ...; handle profile info. 3599 (unlikely_text_section_p): Use function_section_1.
|
H A D | ChangeLog-2011 | 30618 * varasm.c (function_section_1): Likewise.
|
H A D | ChangeLog-2015 | 38496 * varasm.c (function_section_1): Use definition_alignment.
|