Home
last modified time | relevance | path

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

12

/openbsd/src/gnu/gcc/gcc/
Dc-objc-common.c88 if (!DECL_DECLARED_INLINE_P (fn) && !targetm.binds_local_p (fn)) in c_cannot_inline_tree_fn()
Dtarget.h507 bool (* binds_local_p) (tree); member
Dcgraph.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()
Dipa-pure-const.c516 || !targetm.binds_local_p (decl)) in analyze_function()
Dtree-ssa-ccp.c999 || !targetm.binds_local_p (base)) in fold_const_aggregate_ref()
1072 || !targetm.binds_local_p (base)) in fold_const_aggregate_ref()
Dvarasm.c5199 is_local = targetm.binds_local_p (decl); in decl_default_tls_model()
5761 if (targetm.binds_local_p (decl)) in default_encode_section_info()
5824 if (!targetm.binds_local_p (decl)) in default_use_anchors_for_symbol_p()
6241 && targetm.binds_local_p (decl)) in default_elf_asm_output_external()
Dtree-sra.c915 && targetm.binds_local_p (rhs)) in sra_walk_modify_expr()
Dfinal.c4045 if (targetm.binds_local_p (current_function_decl)) in rest_of_clean_state()
Dexpr.c7277 && targetm.binds_local_p (array)) in expand_expr_real_1()
8946 || ! targetm.binds_local_p (array)) in string_constant()
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dtarget.h273 bool (* binds_local_p) PARAMS ((tree)); member
Dc-objc-common.c170 if (!DECL_DECLARED_INLINE_P (fn) && !(*targetm.binds_local_p) (fn))
Dalias.c2705 || !(*targetm.binds_local_p) (current_function_decl)) in mark_constant_function()
Dvarasm.c4804 is_local = (*targetm.binds_local_p) (decl);
/openbsd/src/gnu/usr.bin/gcc/gcc/config/rs6000/
Dxcoff.h269 if ((*targetm.binds_local_p) (DECL)) \
Drs6000.c9567 || (*targetm.binds_local_p) (fndecl))
12678 if ((*targetm.binds_local_p) (decl))
12703 if ((*targetm.binds_local_p) (decl))
13371 && (*targetm.binds_local_p) (decl))
/openbsd/src/gnu/usr.bin/gcc/gcc/config/alpha/
Dalpha.h1198 || (TREE_ASM_WRITTEN (DECL) && (*targetm.binds_local_p) (DECL))))
/openbsd/src/gnu/gcc/gcc/config/mn10300/
Dmn10300.c2128 SYMBOL_REF_FLAG (symbol) = (*targetm.binds_local_p) (decl); in mn10300_encode_section_info()
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dtree.c2174 if (!DECL_DECLARED_INLINE_P (fn) && !(*targetm.binds_local_p) (fn))
/openbsd/src/gnu/usr.bin/gcc/gcc/config/cris/
Dcris.c3135 SYMBOL_REF_FLAG (XEXP (rtl, 0)) = (*targetm.binds_local_p) (exp);
/openbsd/src/gnu/usr.bin/gcc/gcc/config/i386/
Di386.c5910 bool local_p = (*targetm.binds_local_p) (decl);
14608 if (flag_pic && !(*targetm.binds_local_p) (function))
14711 if (!flag_pic || (*targetm.binds_local_p) (function))
14725 if (!flag_pic || (*targetm.binds_local_p) (function))
/openbsd/src/gnu/gcc/gcc/config/pa/
Dpa.c7269 local_call = call_decl && (*targetm.binds_local_p) (call_decl); in attr_length_call()
7333 int local_call = call_decl && (*targetm.binds_local_p) (call_decl); in output_call()
/openbsd/src/gnu/usr.bin/gcc/gcc/config/ia64/
Dia64.c7344 is_local = (*targetm.binds_local_p) (decl);
7410 return decl && (*targetm.binds_local_p) (decl);
/openbsd/src/gnu/gcc/gcc/config/ia64/
Dia64.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()
/openbsd/src/gnu/gcc/gcc/config/bfin/
Dbfin.c3854 if (1 || !flag_pic || (*targetm.binds_local_p) (function)) in bfin_output_mi_thunk()
/openbsd/src/gnu/gcc/gcc/config/i386/
Di386.c2263 if (!TARGET_64BIT && flag_pic && (!decl || !targetm.binds_local_p (decl))) in ix86_function_ok_for_sibcall()
17765 if (flag_pic && !(*targetm.binds_local_p) (function)) in x86_can_output_mi_thunk()
17871 if (!flag_pic || (*targetm.binds_local_p) (function)) in x86_output_mi_thunk()
17884 if (!flag_pic || (*targetm.binds_local_p) (function)) in x86_output_mi_thunk()

12