Searched refs:function_section_1 (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | varasm.c | 621 function_section_1 (tree decl, bool force_cold) in function_section_1() function 678 return function_section_1 (decl, in function_section() 688 return function_section_1 (current_function_decl, in_cold_section_p); in current_function_section() 696 return function_section_1 (current_function_decl, true); in unlikely_text_section() 707 return sect == function_section_1 (current_function_decl, true); in unlikely_text_section_p()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | varasm.c | 579 function_section_1 (tree decl, bool force_cold) in function_section_1() function 636 return function_section_1 (decl, in function_section() 646 return function_section_1 (current_function_decl, in_cold_section_p); in current_function_section() 654 return function_section_1 (current_function_decl, true); in unlikely_text_section() 665 return sect == function_section_1 (current_function_decl, true); in unlikely_text_section_p()
|