Searched refs:one_only (Results 1 – 10 of 10) sorted by relevance
5604 bool one_only = DECL_ONE_ONLY (decl) && !HAVE_COMDAT_GROUP; in default_unique_section() local5612 prefix = one_only ? ".gnu.linkonce.t." : ".text."; in default_unique_section()5618 prefix = one_only ? ".gnu.linkonce.r." : ".rodata."; in default_unique_section()5621 prefix = one_only ? ".gnu.linkonce.s2." : ".sdata2."; in default_unique_section()5624 prefix = one_only ? ".gnu.linkonce.d." : ".data."; in default_unique_section()5627 prefix = one_only ? ".gnu.linkonce.d.rel." : ".data.rel."; in default_unique_section()5630 prefix = one_only ? ".gnu.linkonce.d.rel.local." : ".data.rel.local."; in default_unique_section()5633 prefix = one_only ? ".gnu.linkonce.d.rel.ro." : ".data.rel.ro."; in default_unique_section()5636 prefix = one_only ? ".gnu.linkonce.d.rel.ro.local." in default_unique_section()5640 prefix = one_only ? ".gnu.linkonce.s." : ".sdata."; in default_unique_section()[all …]
254 const char **reason, bool one_only) in cgraph_check_inline_limits() argument261 if (one_only) in cgraph_check_inline_limits()
2919 #define DECL_ONE_ONLY(NODE) (DECL_WITH_VIS_CHECK (NODE)->decl_with_vis.one_only)2947 unsigned one_only : 1; member
2645 * ipa-inline.c (cgraph_check_inline_limits): Add one_only argument.4019 for initialization and setting of one_only flag to ...
10028 (gen_subprogram_die): If weak or one_only, use a local label for
36415 Set to non-zero iff not a one_only decl.
94 (finish_file): Check DECL_COMDAT instead of weak|one_only.277 * decl2.c (import_export_vtable): If we support one_only but not278 weak symbols, mark instantiated template vtables one_only.429 (mark_class_instantiated): If we support one_only but not weak454 (mark_decl_instantiated): If we support one_only but not455 weak symbols, mark this one_only.
6577 * decl.c (start_function): Make member functions one_only on windows.
2419 bool one_only = DECL_ONE_ONLY (decl) && !HAVE_COMDAT_GROUP; in x86_64_elf_unique_section() local2428 prefix = one_only ? ".gnu.linkonce.ld." : ".ldata."; in x86_64_elf_unique_section()2431 prefix = one_only ? ".gnu.linkonce.lb." : ".lbss."; in x86_64_elf_unique_section()2437 prefix = one_only ? ".gnu.linkonce.lr." : ".lrodata."; in x86_64_elf_unique_section()
4938 @item one_only