Home
last modified time | relevance | path

Searched refs:encode_section_info (Results 1 – 17 of 17) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/config/
Ddarwin.h381 (* targetm.encode_section_info) (DECL, false); \
401 (* targetm.encode_section_info) (DECL, false); \
474 (* targetm.encode_section_info) (DECL, false); \
/openbsd/src/gnu/gcc/gcc/config/
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/src/gnu/usr.bin/gcc/gcc/config/ip2k/
Dip2k-protos.h31 extern void encode_section_info PARAMS ((tree, int));
Dip2k.c96 #define TARGET_ENCODE_SECTION_INFO encode_section_info
3235 encode_section_info (decl, first)
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dtarget.h277 void (* encode_section_info) PARAMS ((tree, int)); member
Dvarasm.c820 (* targetm.encode_section_info) (decl, false);
948 (* targetm.encode_section_info) (decl, true);
2731 (*targetm.encode_section_info) (exp, true);
DChangeLog.49755 out_shift_with_cnt, ptrreg_to_str, cond_string, encode_section_info):
15104 (encode_section_info): Set TREE_READONLY for progmem data to
DChangeLog14561 encode_section_info): Update to match target hook specification.
14563 (function_prologue, function_epilogue, encode_section_info):
DChangeLog.611201 * avr.c (output_movsisf, encode_section_info): Likewise.
11293 * avr.c (avr_regnames, encode_section_info): Likewise.
DChangeLog.511925 (encode_section_info): Optimize if/else.
DChangeLog.39533 * config/avr/avr.c (encode_section_info): sets SYMBOL_REF_FLAG if
DChangeLog.76532 * target.h (encode_section_info): New.
/openbsd/src/gnu/gcc/gcc/
Dtarget.h511 void (* encode_section_info) (tree, rtx, int); member
Dvarasm.c1041 targetm.encode_section_info (decl, DECL_RTL (decl), false); in make_decl_rtl()
1162 targetm.encode_section_info (decl, DECL_RTL (decl), true); in make_decl_rtl()
2840 targetm.encode_section_info (exp, rtl, true); in build_constant_desc()
/openbsd/src/gnu/gcc/gcc/config/alpha/
Dpredicates.md362 /* ??? There's no encode_section_info equivalent for the rtl
/openbsd/src/gnu/gcc/gcc/config/i386/
Dpredicates.md460 always create a DECL an invoke targetm.encode_section_info. */
/openbsd/src/gnu/gcc/gcc/cp/
DChangeLog2494 encode_section_info can update SYMBOL_REF's flags.