Home
last modified time | relevance | path

Searched refs:externally_visible (Results 1 – 25 of 46) sorted by relevance

12

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dipa-visibility.cc102 && !node->externally_visible in non_local_p()
127 if (!node->externally_visible) in comdat_can_be_unshared_p_1()
400 if (!node->externally_visible in update_visibility_by_resolution_info()
415 if (!next->externally_visible || next->transparent_alias) in update_visibility_by_resolution_info()
442 if (next->externally_visible) in update_visibility_by_resolution_info()
523 node->externally_visible = false; in optimize_weakref()
720 node->externally_visible = true; in function_and_variable_visibility()
724 node->externally_visible = false; in function_and_variable_visibility()
727 if (!node->externally_visible in function_and_variable_visibility()
830 vnode->externally_visible = true; in function_and_variable_visibility()
[all …]
Dcgraphclones.cc172 new_node->externally_visible = 0; in set_new_clone_decl_and_node_flags()
409 new_node->externally_visible = false; in create_clone()
946 new_version->externally_visible = false; in create_version_clone()
1081 new_version_node->externally_visible = 0; in create_version_clone_with_body()
Dsymtab.cc933 if (externally_visible) in dump_base()
1615 externally_visible = n->externally_visible; in copy_visibility_from()
1728 externally_visible = target->externally_visible; in fixup_same_cpp_alias_visibility()
2428 if (n->externally_visible || n->force_output) in address_matters_1()
2588 gcc_assert (externally_visible); in binds_to_current_def_p()
Dcgraph.h117 refuse_visibility_changes (false), externally_visible (false), in symtab_node()
547 unsigned externally_visible : 1; member
3124 && !externally_visible); in only_called_directly_or_aliased_p()
3144 if (externally_visible in can_remove_if_no_direct_calls_and_refs_p()
3173 || !externally_visible in can_remove_if_no_refs_p()
3186 && !externally_visible in all_refs_explicit_p()
Dcgraph.cc2391 else if (!externally_visible) in get_availability()
2435 || !node->externally_visible)); in cgraph_node_cannot_be_local_p_1()
2508 node->externally_visible = false; in make_local()
2981 if (!externally_visible || !same_comdat_group) in can_remove_if_no_direct_calls_p()
3008 if (!externally_visible) in can_remove_if_no_direct_calls_p()
3060 if (same_comdat_group && externally_visible) in will_be_removed_from_program_if_no_direct_calls_p()
3070 if (!externally_visible) in will_be_removed_from_program_if_no_direct_calls_p()
3476 if (inlined_to && externally_visible) in verify_node()
3512 && externally_visible in verify_node()
Dipa-inline-transform.cc129 if (!node->same_comdat_group || !node->externally_visible) in can_remove_node_now_p()
212 e->callee->externally_visible = false; in clone_inlined_nodes()
Dipa-comdats.cc263 else if (symbol->externally_visible in ipa_comdats()
Dmultiple_target.cc179 node->externally_visible = false; in create_dispatcher_calls()
Dlto-cgraph.cc509 bp_pack_value (&bp, node->externally_visible, 1); in lto_output_node()
599 bp_pack_value (&bp, node->externally_visible, 1); in lto_output_varpool_node()
1162 node->externally_visible = bp_unpack_value (bp, 1); in input_overwrite_node()
1373 node->externally_visible = bp_unpack_value (&bp, 1); in input_varpool_node()
Dipa.cc399 && node->externally_visible in remove_unreachable_nodes()
1415 gcc_assert (!vnode->externally_visible); in propagate_single_user()
Dvarpool.cc481 node->externally_visible = true; in add()
Dtrans-mem.cc4950 new_node->externally_visible = info->old_node->externally_visible; in ipa_tm_create_version_alias()
4993 new_node->externally_visible = old_node->externally_visible; in ipa_tm_create_version()
Domp-simd-clone.cc481 new_node->externally_visible = old_node->externally_visible; in simd_clone_create()
Dipa-split.cc1782 && (!flag_lto || !node->externally_visible)) in execute_split_functions()
Dcgraphunit.cc562 node->externally_visible = true; in add_new_function()
Dipa-inline.cc483 else if (callee->externally_visible in can_inline_edge_by_limits_p()
Dipa-devirt.cc2337 if (node->externally_visible in referenced_from_vtable_p()
/netbsd/src/external/gpl3/gcc/dist/gcc/lto/
Dlto-partition.cc1070 if (((node->externally_visible && !node->weakref) in rename_statics()
1101 if ((!s->externally_visible || s->weakref) in rename_statics()
1167 if (node->externally_visible in lto_promote_cross_file_statics()
Dlto-common.cc2854 if (snode->externally_visible && snode->real_symbol_p () in read_cgraph_and_symbols()
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dlto.texi503 attribute @code{externally_visible} which can be used to disable
/netbsd/src/external/lgpl3/mpc/dist/
Dltmain.sh5681 externally_visible const char * MAGIC_EXE = "$magic_exe";
/netbsd/src/external/bsd/file/dist/
Dltmain.sh5684 externally_visible const char * MAGIC_EXE = "$magic_exe";
/netbsd/src/external/mit/expat/dist/conftools/
Dltmain.sh6086 externally_visible const char * MAGIC_EXE = "$magic_exe";
/netbsd/src/external/lgpl3/gmp/dist/
Dltmain.sh5681 externally_visible const char * MAGIC_EXE = "$magic_exe";
/netbsd/src/external/bsd/openpam/dist/
Dltmain.sh5938 externally_visible const char * MAGIC_EXE = "$magic_exe";

12