Home
last modified time | relevance | path

Searched refs:DECL_COMDAT_GROUP (Results 1 – 18 of 18) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/config/
Dsol2.cc214 signature = IDENTIFIER_POINTER (DECL_COMDAT_GROUP (decl)); in solaris_elf_asm_comdat_section()
268 decl = DECL_COMDAT_GROUP (decl); in solaris_define_comdat_signature()
Ddarwin.cc1641 && DECL_COMDAT_GROUP (decl); in machopic_select_section()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dipa-icf.cc991 if ((DECL_COMDAT_GROUP (n->decl) in redirect_all_callers()
992 && (DECL_COMDAT_GROUP (n->decl) in redirect_all_callers()
993 == DECL_COMDAT_GROUP (n_alias->decl))) in redirect_all_callers()
1104 && (!DECL_COMDAT_GROUP (alias->decl) in merge()
1105 || (DECL_COMDAT_GROUP (alias->decl) in merge()
1106 != DECL_COMDAT_GROUP (original->decl)))) in merge()
1109 || DECL_COMDAT_GROUP (alias->decl) != DECL_COMDAT_GROUP (original->decl)) in merge()
1128 else if (DECL_COMDAT_GROUP (original->decl) in merge()
1129 && DECL_COMDAT_GROUP (alias->decl) in merge()
1130 && (DECL_COMDAT_GROUP (alias->decl) in merge()
[all …]
Dvarasm.cc490 || DECL_COMDAT_GROUP (decl))) in resolve_unique_section()
581 if (DECL_COMDAT_GROUP (decl) && !HAVE_COMDAT_GROUP) in get_named_text_section()
776 if (DECL_COMDAT_GROUP (decl) && HAVE_COMDAT_GROUP) in default_function_rodata_section()
794 else if (DECL_COMDAT_GROUP (decl) in default_function_rodata_section()
1312 if (DECL_COMDAT_GROUP (decl)) in get_block_for_decl()
6744 if (decl && DECL_P (decl) && DECL_COMDAT_GROUP (decl)) in default_section_type_flags()
6922 IDENTIFIER_POINTER (DECL_COMDAT_GROUP (decl))); in default_elf_asm_named_section()
8505 IDENTIFIER_POINTER (DECL_COMDAT_GROUP (DECL_NAME (decl))), in handle_vtv_comdat_section()
Dexcept.cc2933 || (DECL_COMDAT_GROUP (current_function_decl) && HAVE_COMDAT_GROUP)) in switch_to_exception_section()
2938 if (DECL_COMDAT_GROUP (current_function_decl) && HAVE_COMDAT_GROUP) in switch_to_exception_section()
Dbb-reorder.cc2977 && !DECL_COMDAT_GROUP (current_function_decl) in gate()
Dtree.h3015 #define DECL_COMDAT_GROUP(NODE) \ macro
3020 #define DECL_ONE_ONLY(NODE) (DECL_COMDAT_GROUP (NODE) != NULL_TREE \
Dtrans-mem.cc4988 (tm_mangle (DECL_COMDAT_GROUP (old_decl))); in ipa_tm_create_version()
DChangeLog-200919326 * cgraph.c (cgraph_make_node_local): Use DECL_COMDAT_GROUP.
19339 Use DECL_COMDAT_GROUP instead of DECL_ONE_ONLY.
19340 * cgraph.c (cgraph_create_virtual_clone): Use DECL_COMDAT_GROUP.
19341 * config/i386/i386.c (ix86_file_end): Compute DECL_COMDAT_GROUP.
19348 * tree.h (DECL_COMDAT_GROUP): New.
19349 (DECL_ONE_ONLY): Use DECL_COMDAT_GROUP.
19355 (default_elf_asm_named_section): Use DECL_COMDAT_GROUP.
DChangeLog-201437051 * tree.h (DECL_COMDAT_GROUP): Revamp to use decl_comdat_group.
37092 * tree-streamer-out.c (DECL_COMDAT_GROUP): Do not stream comdat group.
37879 Use DECL_COMDAT_GROUP instead of DECL_ONE_ONLY.
DChangeLog-20131159 (save_inline_function_body): Don't clear DECL_COMDAT_GROUP.
1164 DECL_COMDAT_GROUP for comdat-locals.
DChangeLog-201539547 * ipa-icf.c (sem_function::merge): If DECL_COMDAT_GROUP (alias->decl),
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Di386-features.cc2906 if (DECL_COMDAT_GROUP (default_decl) in make_resolver_func()
Di386.cc782 bool one_only = DECL_COMDAT_GROUP (decl) && !HAVE_COMDAT_GROUP; in x86_64_elf_unique_section()
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
DChangeLog-20092156 * decl.c (duplicate_decls): Use DECL_COMDAT_GROUP.
2160 (constrain_visibility, get_guard): Use DECL_COMDAT_GROUP.
2162 * optimize.c (maybe_clone_body): Use DECL_COMDAT_GROUP
/netbsd/src/external/gpl3/gcc/dist/gcc/config/pa/
Dpa.cc10188 if (!decl || (DECL_P (decl) && DECL_COMDAT_GROUP (decl))) in pa_elf_select_rtx_section()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Drs6000.cc24995 if (DECL_COMDAT_GROUP (default_decl) in make_resolver_func()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/
Darm.cc7767 if (flag_function_sections || DECL_COMDAT_GROUP (decl)) in arm_function_in_section_p()