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

/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dtarget.h277 void (* encode_section_info) PARAMS ((tree, int)); member in struct:gcc_target
279 /* Undo the effects of encode_section_info on the symbol string. */
H A Dvarasm.c824 (* targetm.encode_section_info) (decl, false);
952 (* targetm.encode_section_info) (decl, true);
1496 /* Make sure targetm.encode_section_info is invoked before we set
2742 /* Take care not to invoke targetm.encode_section_info for
2745 (*targetm.encode_section_info) (exp, true);
5454 /* By default, we do nothing for encode_section_info, so we need not
/openbsd-current/gnu/usr.bin/gcc/gcc/config/ip2k/
H A Dip2k-protos.h31 extern void encode_section_info PARAMS ((tree, int));
H A Dip2k.c96 #define TARGET_ENCODE_SECTION_INFO encode_section_info
3238 encode_section_info (decl, first)
3235 encode_section_info (decl, first) function
/openbsd-current/gnu/gcc/gcc/config/
H A Ddarwin.h547 (* targetm.encode_section_info) (DECL, DECL_RTL (DECL), false); \
568 (* targetm.encode_section_info) (DECL, DECL_RTL (DECL), false); \
650 (* targetm.encode_section_info) (DECL, DECL_RTL (DECL), false); \
/openbsd-current/gnu/usr.bin/gcc/gcc/config/
H A Ddarwin.h381 (* targetm.encode_section_info) (DECL, false); \
401 (* targetm.encode_section_info) (DECL, false); \
474 (* targetm.encode_section_info) (DECL, false); \
/openbsd-current/gnu/gcc/gcc/
H A Dtarget.h511 void (* encode_section_info) (tree, rtx, int); member in struct:gcc_target
513 /* 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);
1786 /* Make sure targetm.encode_section_info is invoked before we set
2855 targetm.encode_section_info (exp, rtl, true);
5803 /* By default, we do nothing for encode_section_info, so we need not

Completed in 283 milliseconds