Home
last modified time | relevance | path

Searched refs:DECL_ONE_ONLY (Results 1 – 21 of 21) sorted by relevance

/freebsd-12-stable/contrib/gcc/cp/
Doptimize.c110 DECL_ONE_ONLY (clone) = DECL_ONE_ONLY (fn); in maybe_clone_body()
Dmethod.c385 if (DECL_ONE_ONLY (function)) in use_thunk()
401 if (DECL_SECTION_NAME (function) != NULL && DECL_ONE_ONLY (function)) in use_thunk()
Ddecl2.c2259 DECL_ONE_ONLY (guard) = DECL_ONE_ONLY (decl); in get_guard()
2604 || DECL_ONE_ONLY (decl) \
DChangeLog-19961561 * 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 be
2083 * method.c (make_thunk): Use DECL_ONE_ONLY.
2088 * decl2.c (import_export_vtable): Use DECL_ONE_ONLY.
Ddecl.c1802 DECL_ONE_ONLY (newdecl) |= DECL_ONE_ONLY (olddecl); in duplicate_decls()
12410 && DECL_ONE_ONLY (target)) in cxx_comdat_group()
DChangeLog-20043754 * rtti.c (emit_tinfo_decl): Turn off DECL_ONE_ONLY if typeinfo
3965 * rtti.c (emit_tinfo_decl): Turn off DECL_ONE_ONLY if typeinfo
DChangeLog3599 DECL_ONE_ONLY.
/freebsd-12-stable/contrib/gcc/config/i386/
Dcygming.h374 #define TARGET_USE_LOCAL_THUNK_ALIAS_P(DECL) (!DECL_ONE_ONLY (DECL))
Dwinnt.c555 if (decl && DECL_ONE_ONLY (decl)) in i386_pe_section_type_flags()
Di386.c2419 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()
/freebsd-12-stable/contrib/gcc/
Dvarasm.c473 || 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()
Dcgraphunit.c1883 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()
Dbb-reorder.c2267 && !DECL_ONE_ONLY (current_function_decl) in gate_handle_partition_blocks()
Dpredict.c1885 || DECL_ONE_ONLY (current_function_decl)) in choose_function_section()
Dtree.h2919 #define DECL_ONE_ONLY(NODE) (DECL_WITH_VIS_CHECK (NODE)->decl_with_vis.one_only) macro
DFSFChangeLog.116066 (ASM_OUTPUT_SECTION_NAME): Support DECL_ONE_ONLY.
10671 * tree.h (DECL_ONE_ONLY): New macro.
DChangeLog-20047627 (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.
DChangeLog-200115325 * config/mips/mips.h (ENCODE_SECTION_INFO): Use DECL_ONE_ONLY
DChangeLog-20055060 On USE_LINKONCE_INDIRECT platforms, build a DECL_ONE_ONLY indirect
/freebsd-12-stable/contrib/gcc/config/mips/
Dmips.c7336 if (DECL_ONE_ONLY (decl) && strncmp (name, ".gnu.linkonce.t.", 16) == 0) in mips_function_rodata_section()
/freebsd-12-stable/contrib/gcc/doc/
Dtm.texi7134 setting the @code{DECL_ONE_ONLY} flag is enough to mark a declaration to