Home
last modified time | relevance | path

Searched refs:function_section_1 (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dvarasm.c635 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 Dvarasm.cc654 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 DChangeLog14133 (function_section_1): Likewise.
H A DChangeLog-20103596 (function_section_1): Break out from ...; handle profile info.
3599 (unlikely_text_section_p): Use function_section_1.
H A DChangeLog-201130618 * varasm.c (function_section_1): Likewise.
H A DChangeLog-201538496 * varasm.c (function_section_1): Use definition_alignment.