Home
last modified time | relevance | path

Searched refs:implicit_section (Results 1 – 25 of 29) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dsymtab.cc964 if (implicit_section) in dump_base()
1292 if (implicit_section && !get_section ()) in verify_base()
1298 && !implicit_section in verify_base()
1749 implicit_section = false; in set_section_for_node()
1785 implicit_section = false; in set_section_for_node()
1915 n->implicit_section = true; in set_implicit_section()
1965 || target->get_comdat_group ()) && get_section () && !implicit_section) in resolve_alias()
1970 if (target->implicit_section) in resolve_alias()
2494 if (DECL_SECTION_NAME (target->decl) != NULL && !target->implicit_section) in can_increase_alignment_p()
H A Dipa-icf.cc1057 if (((DECL_SECTION_NAME (original->decl) && !original->implicit_section) in merge()
1058 || (DECL_SECTION_NAME (alias->decl) && !alias->implicit_section)) in merge()
1660 if (((DECL_SECTION_NAME (decl) && !node->implicit_section) in equals_wpa()
1661 || (DECL_SECTION_NAME (item->decl) && !item->node->implicit_section)) in equals_wpa()
2006 if (((DECL_SECTION_NAME (original->decl) && !original->implicit_section) in merge()
2007 || (DECL_SECTION_NAME (alias->decl) && !alias->implicit_section)) in merge()
H A Dcgraphclones.cc637 if (!implicit_section) in create_virtual_clone()
1084 if (!implicit_section) in create_version_clone_with_body()
H A Dlto-cgraph.cc520 bp_pack_value (&bp, node->implicit_section, 1); in lto_output_node()
609 bp_pack_value (&bp, node->implicit_section, 1); in lto_output_varpool_node()
1173 node->implicit_section = bp_unpack_value (bp, 1); in input_overwrite_node()
1380 node->implicit_section = bp_unpack_value (&bp, 1); in input_varpool_node()
H A Dcgraph.h119 unique_name (false), implicit_section (false), body_removed (false), in symtab_node()
561 unsigned implicit_section : 1; member
H A Dvarasm.cc476 n->implicit_section = true; in set_implicit_section()
575 else if (symtab_node::get (decl)->implicit_section) in get_named_text_section()
604 && symtab_node::get (decl)->implicit_section) in default_function_section()
H A Dasan.cc2272 && !symtab_node::get (decl)->implicit_section in asan_protect_global()
H A Dtrans-mem.cc4996 if (!old_node->implicit_section) in ipa_tm_create_version()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dsymtab.c920 if (implicit_section) in dump_base()
1243 if (implicit_section && !get_section ()) in verify_base()
1249 && !implicit_section in verify_base()
1613 implicit_section = false; in set_section_for_node()
1741 n->implicit_section = true; in set_implicit_section()
1791 || target->get_comdat_group ()) && get_section () && !implicit_section) in resolve_alias()
1797 if (target->implicit_section) in resolve_alias()
2304 if (DECL_SECTION_NAME (target->decl) != NULL && !target->implicit_section) in can_increase_alignment_p()
H A Dipa-icf.c1052 if (((DECL_SECTION_NAME (original->decl) && !original->implicit_section) in merge()
1053 || (DECL_SECTION_NAME (alias->decl) && !alias->implicit_section)) in merge()
1639 if (((DECL_SECTION_NAME (decl) && !node->implicit_section) in equals_wpa()
1640 || (DECL_SECTION_NAME (item->decl) && !item->node->implicit_section)) in equals_wpa()
1985 if (((DECL_SECTION_NAME (original->decl) && !original->implicit_section) in merge()
1986 || (DECL_SECTION_NAME (alias->decl) && !alias->implicit_section)) in merge()
H A Dlto-cgraph.c515 bp_pack_value (&bp, node->implicit_section, 1); in lto_output_node()
603 bp_pack_value (&bp, node->implicit_section, 1); in lto_output_varpool_node()
1162 node->implicit_section = bp_unpack_value (bp, 1); in input_overwrite_node()
1378 node->implicit_section = bp_unpack_value (&bp, 1); in input_varpool_node()
H A Dcgraphclones.c635 if (!implicit_section) in create_virtual_clone()
1067 if (!implicit_section) in create_version_clone_with_body()
H A Dcgraph.h119 unique_name (false), implicit_section (false), body_removed (false), in symtab_node()
548 unsigned implicit_section : 1; member
H A Dvarasm.c458 n->implicit_section = true; in set_implicit_section()
556 else if (symtab_node::get (decl)->implicit_section) in get_named_text_section()
585 && symtab_node::get (decl)->implicit_section) in default_function_section()
H A Dasan.c1863 && !symtab_node::get (decl)->implicit_section in asan_protect_global()
H A Dtrans-mem.c4995 if (!old_node->implicit_section) in ipa_tm_create_version()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dmodules.cc430 symtab_node::get (mref)->implicit_section = true; in register_moduleinfo()
H A Ddecl.cc1908 symtab_node::get (thunk)->implicit_section in finish_thunk()
1909 = symtab_node::get (fn)->implicit_section; in finish_thunk()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dvtable-class-hierarchy.cc1252 symtab_node::get (var_decl)->implicit_section = true; in vtable_find_or_create_map_decl()
H A Dmethod.cc355 symtab_node::get (thunk_fndecl)->implicit_section in use_thunk()
356 = symtab_node::get (fn)->implicit_section; in use_thunk()
H A DChangeLog-20142192 ->implicit_section.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dvtable-class-hierarchy.c1252 symtab_node::get (var_decl)->implicit_section = true; in vtable_find_or_create_map_decl()
H A Dmethod.c355 symtab_node::get (thunk_fndecl)->implicit_section in use_thunk()
356 = symtab_node::get (fn)->implicit_section; in use_thunk()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Ddecl.cc1720 symtab_node::get (thunk)->implicit_section in finish_thunk()
1721 = symtab_node::get (fn)->implicit_section; in finish_thunk()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/
H A Davr.c12604 && ! symtab_node::get (current_function_decl)->implicit_section) in avr_output_addr_vec()

12