Searched refs:binds_local_p (Results 1 - 15 of 15) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dc-objc-common.c88 if (!DECL_DECLARED_INLINE_P (fn) && !targetm.binds_local_p (fn))
H A Dtarget.h511 bool (* binds_local_p) (tree); member in struct:gcc_target
H A Dipa-pure-const.c516 || !targetm.binds_local_p (decl))
H A Dcgraph.c1172 else if (!(*targetm.binds_local_p) (node->decl)
1193 if (!(*targetm.binds_local_p) (node->decl) && !DECL_COMDAT (node->decl))
H A Dtree-ssa-ccp.c999 || !targetm.binds_local_p (base))
1072 || !targetm.binds_local_p (base))
H A Dvarasm.c5224 is_local = targetm.binds_local_p (decl);
5787 if (targetm.binds_local_p (decl))
5850 if (!targetm.binds_local_p (decl))
6268 && targetm.binds_local_p (decl))
H A Dtree-sra.c918 && targetm.binds_local_p (rhs))
H A Dfinal.c4071 if (targetm.binds_local_p (current_function_decl))
H A Dexpr.c7333 && targetm.binds_local_p (array))
9005 || ! targetm.binds_local_p (array))
H A Dtree.h2852 (!DECL_COMDAT (NODE) && !targetm.binds_local_p (NODE))
/freebsd-9.3-release/contrib/gcc/config/ia64/
H A Dia64.c4296 return decl && (*targetm.binds_local_p) (decl);
9214 int need_visibility = ((*targetm.binds_local_p) (decl)
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Di386.c2585 if (!TARGET_64BIT && flag_pic && (!decl || !targetm.binds_local_p (decl)))
18342 if (flag_pic && !(*targetm.binds_local_p) (function))
18448 if (!flag_pic || (*targetm.binds_local_p) (function))
18461 if (!flag_pic || (*targetm.binds_local_p) (function))
/freebsd-9.3-release/contrib/gcc/config/mips/
H A Dmips.c1260 binds_local_p here.
1272 && targetm.binds_local_p (SYMBOL_REF_DECL (x))))
/freebsd-9.3-release/contrib/gcc/config/s390/
H A Ds390.c8780 if (!TARGET_64BIT && flag_pic && decl && !targetm.binds_local_p (decl))
/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Drs6000.c13590 || ((*targetm.binds_local_p) (decl)

Completed in 373 milliseconds