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/
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-src/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-src/gnu/usr.bin/gcc/gcc/
H A Dtarget.h277 void (* encode_section_info) PARAMS ((tree, int)); member
H A Dvarasm.c820 (* targetm.encode_section_info) (decl, false);
948 (* targetm.encode_section_info) (decl, true);
2731 (*targetm.encode_section_info) (exp, true);
H A 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
H A DChangeLog14561 encode_section_info): Update to match target hook specification.
14563 (function_prologue, function_epilogue, encode_section_info):
H A DChangeLog.611201 * avr.c (output_movsisf, encode_section_info): Likewise.
11293 * avr.c (avr_regnames, encode_section_info): Likewise.
H A DChangeLog.511925 (encode_section_info): Optimize if/else.
H A DChangeLog.39533 * config/avr/avr.c (encode_section_info): sets SYMBOL_REF_FLAG if
H A DChangeLog.76532 * target.h (encode_section_info): New.
/openbsd-src/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
3235 encode_section_info (decl, first)
/openbsd-src/gnu/gcc/gcc/
H A Dtarget.h511 void (* encode_section_info) (tree, rtx, int); member
H A 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/
H A Dpredicates.md362 /* ??? There's no encode_section_info equivalent for the rtl
/openbsd-src/gnu/gcc/gcc/config/i386/
H A Dpredicates.md460 always create a DECL an invoke targetm.encode_section_info. */
/openbsd-src/gnu/gcc/gcc/cp/
H A DChangeLog2494 encode_section_info can update SYMBOL_REF's flags.