Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dtarget.h154 section *(* select_section) (tree, int, unsigned HOST_WIDE_INT); member
H A Dvarasm.c569 return targetm.asm_out.select_section (decl, reloc, DECL_ALIGN (decl)); in function_section()
585 return targetm.asm_out.select_section (current_function_decl, in current_function_section()
915 return targetm.asm_out.select_section (decl, reloc, DECL_ALIGN (decl)); in get_variable_section()
2770 return targetm.asm_out.select_section (exp, in get_constant_section()
H A DChangeLog-20051296 reloc argument to select_section. Use it to decide between
2267 (output_deferred_plabels): Use select_section.
2271 (pa_asm_output_aligned_local): Use select_section.
2463 (select_section, select_rtx_section, function_rodata_section): Return
H A DChangeLog-200612102 calling select_section on targets that define
H A DChangeLog-200221362 * target.h (select_section, unique_section): New.
H A DChangeLog-200325151 * target.h (select_section): Don't mention TREE_CST_RTL in comment.