Home
last modified time | relevance | path

Searched refs:function_section (Results 1 – 23 of 23) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/config/mcore/
Dmcore-elf.h50 switch_to_section (function_section (DECL)); \
/netbsd/src/external/gpl3/gcc/dist/gcc/
Doutput.h553 extern section *function_section (tree);
Dvarasm.cc678 if (targetm.asm_out.function_section) in function_section_1()
679 section = targetm.asm_out.function_section (decl, freq, in function_section_1()
690 if (targetm.asm_out.function_section) in function_section_1()
691 section = targetm.asm_out.function_section (decl, freq, startup, exit); in function_section_1()
704 function_section (tree decl) in function_section() function
1915 switch_to_section (function_section (decl), decl); in assemble_start_function()
2009 switch_to_section (function_section (decl)); in assemble_end_function()
2015 switch_to_section (function_section (decl)); /* need to switch back */ in assemble_end_function()
2035 switch_to_section (function_section (decl)); in assemble_end_function()
Dasan.cc1444 section *fnsec = function_section (current_function_decl); in asan_function_start()
Ddwarf2out.cc714 switch_to_section (function_section (fde->decl)); in output_fde()
1088 fnsec = function_section (current_function_decl); in dwarf2out_begin_prologue()
28411 section *sec = function_section (fun); in dwarf2out_begin_function()
28739 set_cur_line_info_table (function_section (fde->decl)); in dwarf2out_set_ignored_loc()
DChangeLog-20052442 (mergeable_constant_section, function_section): Return a section.
2489 (function_section): Return a section rather than emitting
2492 last_text_section if nonnull, otherwise use function_section.
18540 (assemble_end_function): Add test and call to function_section
21524 (function_section): Change 'bool unlikely' to 'int reloc'; check
24211 (function_section): Revert my patch from April 9.
24626 (function_section): Change 'bool unlikely' to 'int reloc'; check
26675 * dbxout.c (FORCE_TEXT): Replace function_section with
26708 (dwarf2out_begin_block): Change call to function_section into call to
26715 function_section into call to current_function_section.
[all …]
DFSFChangeLog.115679 * final.c (profile_function): Call function_section, not
5982 (function_section): Pass reloc argument to named_section.
13197 * varasm.c (function_section): Delete flag_function_sections support.
14089 (function_section): Set DECL_SECTION_NAME for each function
DChangeLog-20047095 * varasm.c (function_section): If DECL is NULL_TREE, don't try
7657 * varasm.c (function_section): Honour
18486 change calls to text_section into calls to function_section; add code
18520 (function_section): Clean up if-statement.
36335 (function_section): Add code to make sure beginning of function is
DChangeLog-200619186 * varasm.c (function_section): Check for section name before
23774 Check function_section rather than DECL_SECTION_NAME.
Dtarget.def472 (function_section,
DChangeLog-20024147 output_mi_thunk; make static; always use function_section.
28817 to function_section before writing out the constant pool.
DChangeLog-20103584 * target.def (function_section): New hook.
3597 (function_section): ... here.
DChangeLog-199914816 function_section instead of text_section.
DChangeLog-20007800 * rs6000/aix.h (ASM_DECLARE_FUNCTION_NAME): Use function_section
DChangeLog-20175053 rather than function_section. If crtl->has_bb_partition,
DChangeLog-201133078 when function_section () isn't text_section.
/netbsd/src/external/gpl3/gcc/dist/gcc/config/xtensa/
Dxtensa.h753 switch_to_section (function_section (FUNDECL)); \
Dxtensa.cc3679 return function_section (current_function_decl); in xtensa_select_rtx_section()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Dwinnt.cc1361 switch_to_section (function_section (decl)); in i386_pe_start_function()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/pa/
Dpa.cc10674 return function_section (DECL_CONTEXT (decl)); in pa_function_section()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/
Darm.cc7771 return function_section (decl) == section; in arm_function_in_section_p()
21783 switch_to_section (function_section (current_function_decl)); in arm_output_function_epilogue()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/mips/
Dmips.cc7541 switch_to_section (function_section (current_function_decl)); in mips16_build_function_stub()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Drs6000.cc21491 switch_to_section (function_section (decl)); in rs6000_xcoff_declare_function_name()