Searched refs:DECL_ONE_ONLY (Results 1 – 21 of 21) sorted by relevance
110 DECL_ONE_ONLY (clone) = DECL_ONE_ONLY (fn); in maybe_clone_body()
385 if (DECL_ONE_ONLY (function)) in use_thunk()401 if (DECL_SECTION_NAME (function) != NULL && DECL_ONE_ONLY (function)) in use_thunk()
2259 DECL_ONE_ONLY (guard) = DECL_ONE_ONLY (decl); in get_guard()2604 || DECL_ONE_ONLY (decl) \
1561 * decl.c (duplicate_decls): Propagate DECL_ONE_ONLY.2008 * decl2.c (finish_vtable_vardecl): Surround DECL_ONE_ONLY with ifdef.2072 DECL_ONE_ONLY or DECL_WEAK set (should any such happen to be2083 * method.c (make_thunk): Use DECL_ONE_ONLY.2088 * decl2.c (import_export_vtable): Use DECL_ONE_ONLY.
1802 DECL_ONE_ONLY (newdecl) |= DECL_ONE_ONLY (olddecl); in duplicate_decls()12410 && DECL_ONE_ONLY (target)) in cxx_comdat_group()
3754 * rtti.c (emit_tinfo_decl): Turn off DECL_ONE_ONLY if typeinfo3965 * rtti.c (emit_tinfo_decl): Turn off DECL_ONE_ONLY if typeinfo
3599 DECL_ONE_ONLY.
374 #define TARGET_USE_LOCAL_THUNK_ALIAS_P(DECL) (!DECL_ONE_ONLY (DECL))
555 if (decl && DECL_ONE_ONLY (decl)) in i386_pe_section_type_flags()
2419 bool one_only = DECL_ONE_ONLY (decl) && !HAVE_COMDAT_GROUP; in x86_64_elf_unique_section()5216 DECL_ONE_ONLY (decl) = 1; in ix86_file_end()
473 || DECL_ONE_ONLY (decl))) in resolve_unique_section()604 if (DECL_ONE_ONLY (decl) && HAVE_COMDAT_GROUP) in default_function_rodata_section()614 else if (DECL_ONE_ONLY (decl) in default_function_rodata_section()933 if (DECL_ONE_ONLY (decl)) in get_block_for_decl()1318 if (DECL_WEAK (decl) || DECL_ONE_ONLY (decl)) in notice_global_symbol()4773 if (DECL_ONE_ONLY (decl)) in globalize_decl()5109 DECL_ONE_ONLY (decl) = 1; in make_decl_one_only()5249 if (decl && DECL_ONE_ONLY (decl)) in default_section_type_flags()5604 bool one_only = DECL_ONE_ONLY (decl) && !HAVE_COMDAT_GROUP; in default_unique_section()
1883 DECL_ONE_ONLY (new_version_node->decl) = 0; in cgraph_function_versioning()1933 DECL_ONE_ONLY (first_clone->decl) = 0; in save_inline_function_body()
2267 && !DECL_ONE_ONLY (current_function_decl) in gate_handle_partition_blocks()
1885 || DECL_ONE_ONLY (current_function_decl)) in choose_function_section()
2919 #define DECL_ONE_ONLY(NODE) (DECL_WITH_VIS_CHECK (NODE)->decl_with_vis.one_only) macro
6066 (ASM_OUTPUT_SECTION_NAME): Support DECL_ONE_ONLY.10671 * tree.h (DECL_ONE_ONLY): New macro.
7627 (ASM_DECLARE_OBJECT_NAME): Look at DECL_WEAK not DECL_ONE_ONLY.18502 don't call if DECL_ONE_ONLY is true for the current function.38444 decls with DECL_ONE_ONLY set, if that macro is defined.
15325 * config/mips/mips.h (ENCODE_SECTION_INFO): Use DECL_ONE_ONLY
5060 On USE_LINKONCE_INDIRECT platforms, build a DECL_ONE_ONLY indirect
7336 if (DECL_ONE_ONLY (decl) && strncmp (name, ".gnu.linkonce.t.", 16) == 0) in mips_function_rodata_section()
7134 setting the @code{DECL_ONE_ONLY} flag is enough to mark a declaration to