Home
last modified time | relevance | path

Searched refs:binds_local_p (Results 1 – 19 of 19) sorted by relevance

/trueos/contrib/gcc/
HDc-objc-common.c88 if (!DECL_DECLARED_INLINE_P (fn) && !targetm.binds_local_p (fn)) in c_cannot_inline_tree_fn()
HDtarget.h511 bool (* binds_local_p) (tree); member
HDcgraph.c1172 else if (!(*targetm.binds_local_p) (node->decl) in cgraph_function_body_availability()
1193 if (!(*targetm.binds_local_p) (node->decl) && !DECL_COMDAT (node->decl)) in cgraph_variable_initializer_availability()
HDipa-pure-const.c516 || !targetm.binds_local_p (decl)) in analyze_function()
HDtree-ssa-ccp.c999 || !targetm.binds_local_p (base)) in fold_const_aggregate_ref()
1072 || !targetm.binds_local_p (base)) in fold_const_aggregate_ref()
HDvarasm.c5200 is_local = targetm.binds_local_p (decl); in decl_default_tls_model()
5762 if (targetm.binds_local_p (decl)) in default_encode_section_info()
5825 if (!targetm.binds_local_p (decl)) in default_use_anchors_for_symbol_p()
6243 && targetm.binds_local_p (decl)) in default_elf_asm_output_external()
HDtree-sra.c915 && targetm.binds_local_p (rhs)) in sra_walk_modify_expr()
HDfinal.c4051 if (targetm.binds_local_p (current_function_decl)) in rest_of_clean_state()
HDtree.h2869 (!DECL_COMDAT (NODE) && !targetm.binds_local_p (NODE))
HDexpr.c7322 && targetm.binds_local_p (array)) in expand_expr_real_1()
8991 || ! targetm.binds_local_p (array)) in string_constant()
HDChangeLog-20027813 targetm.binds_local_p to set SYMBOL_REF_FLAG.
8248 (function_ok_for_sibcall): Use binds_local_p. Respect longcall
10155 * config/alpha/alpha.c (alpha_end_function): Use targetm.binds_local_p.
18593 (mark_constant_function): Use targetm.binds_local_p instead
20882 Add binds_local_p.
HDChangeLog-200311223 (output_call): Use targetm.binds_local_p.
24624 sense of SYMBOL_REF_FLAG for PIC, using binds_local_p to check
35054 Use targetm.binds_local_p to check for local symbols.
HDChangeLog-200612979 Use targetm.binds_local_p instead of TREE_PUBLIC.
HDChangeLog-20051859 targetm.binds_local_p to check for local function calls.
/trueos/contrib/gcc/config/ia64/
HDia64.c4289 return decl && (*targetm.binds_local_p) (decl); in ia64_function_ok_for_sibcall()
9192 int need_visibility = ((*targetm.binds_local_p) (decl) in ia64_asm_output_external()
/trueos/contrib/gcc/config/i386/
HDi386.c2593 if (!TARGET_64BIT && flag_pic && (!decl || !targetm.binds_local_p (decl))) in ix86_function_ok_for_sibcall()
18325 if (flag_pic && !(*targetm.binds_local_p) (function)) in x86_can_output_mi_thunk()
18431 if (!flag_pic || (*targetm.binds_local_p) (function)) in x86_output_mi_thunk()
18444 if (!flag_pic || (*targetm.binds_local_p) (function)) in x86_output_mi_thunk()
/trueos/contrib/gcc/config/s390/
HDs390.c8779 if (!TARGET_64BIT && flag_pic && decl && !targetm.binds_local_p (decl)) in s390_function_ok_for_sibcall()
/trueos/contrib/gcc/config/mips/
HDmips.c1268 && targetm.binds_local_p (SYMBOL_REF_DECL (x)))) in mips_classify_symbol()
/trueos/contrib/gcc/config/rs6000/
HDrs6000.c13560 || ((*targetm.binds_local_p) (decl) in rs6000_function_ok_for_sibcall()