Home
last modified time | relevance | path

Searched refs:TARGET_SUPPORTS_ALIASES (Results 1 – 12 of 12) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Ddefaults.h872 #ifndef TARGET_SUPPORTS_ALIASES
874 #define TARGET_SUPPORTS_ALIASES 1 macro
876 #define TARGET_SUPPORTS_ALIASES 0 macro
Dipa-visibility.cc346 if (!TARGET_SUPPORTS_ALIASES) in can_replace_by_local_alias()
487 if (TARGET_SUPPORTS_ALIASES in optimize_weakref()
Dvarpool.cc799 if (!TARGET_SUPPORTS_ALIASES) in create_extra_name_alias()
Dsymtab.cc2057 if (!TARGET_SUPPORTS_ALIASES) in noninterposable_alias()
Dcgraph.cc595 if (!TARGET_SUPPORTS_ALIASES) in create_same_body_alias()
Dasan.cc2301 if (!TARGET_SUPPORTS_ALIASES && asan_needs_local_alias (decl)) in asan_protect_global()
Dvarasm.cc4543 && TARGET_SUPPORTS_ALIASES) in output_shared_constant_pool()
DChangeLog-201720875 TARGET_SUPPORTS_ALIASES.
20881 * defaults.h: Introduce TARGET_SUPPORTS_ALIASES.
DChangeLog-202014120 (output_shared_constant_pool): Call it if TARGET_SUPPORTS_ALIASES.
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Doptimize.cc220 if (!TARGET_SUPPORTS_ALIASES) in can_alias_cdtor()
Ddecl2.cc3679 if (!TREE_PUBLIC (var) || !TARGET_SUPPORTS_ALIASES) in get_tls_init_fn()
4832 if (TARGET_SUPPORTS_ALIASES && TREE_PUBLIC (var)) in handle_tls_init()
4898 if (TARGET_SUPPORTS_ALIASES) in note_mangling_alias()
DChangeLog-20172083 TARGET_SUPPORTS_ALIASES.