Searched refs:encode_section_info (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/gcc/config/
H A Ddarwin.h552 (* targetm.encode_section_info) (DECL, DECL_RTL (DECL), false); \
573 (* targetm.encode_section_info) (DECL, DECL_RTL (DECL), false); \
655 (* targetm.encode_section_info) (DECL, DECL_RTL (DECL), false); \
/freebsd-9.3-release/contrib/gcc/
H A Dtarget.h515 void (* encode_section_info) (tree, rtx, int); member in struct:gcc_target
517 /* Undo the effects of encode_section_info on the symbol string. */
H A Dvarasm.c1046 targetm.encode_section_info (decl, DECL_RTL (decl), false);
1167 targetm.encode_section_info (decl, DECL_RTL (decl), true);
1785 /* Make sure targetm.encode_section_info is invoked before we set
2854 targetm.encode_section_info (exp, rtl, true);
5802 /* By default, we do nothing for encode_section_info, so we need not

Completed in 130 milliseconds