/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | symtab.cc | 964 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 D | ipa-icf.cc | 1057 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 D | cgraphclones.cc | 637 if (!implicit_section) in create_virtual_clone() 1084 if (!implicit_section) in create_version_clone_with_body()
|
H A D | lto-cgraph.cc | 520 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 D | cgraph.h | 119 unique_name (false), implicit_section (false), body_removed (false), in symtab_node() 561 unsigned implicit_section : 1; member
|
H A D | varasm.cc | 476 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 D | asan.cc | 2272 && !symtab_node::get (decl)->implicit_section in asan_protect_global()
|
H A D | trans-mem.cc | 4996 if (!old_node->implicit_section) in ipa_tm_create_version()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | symtab.c | 920 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 D | ipa-icf.c | 1052 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 D | lto-cgraph.c | 515 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 D | cgraphclones.c | 635 if (!implicit_section) in create_virtual_clone() 1067 if (!implicit_section) in create_version_clone_with_body()
|
H A D | cgraph.h | 119 unique_name (false), implicit_section (false), body_removed (false), in symtab_node() 548 unsigned implicit_section : 1; member
|
H A D | varasm.c | 458 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 D | asan.c | 1863 && !symtab_node::get (decl)->implicit_section in asan_protect_global()
|
H A D | trans-mem.c | 4995 if (!old_node->implicit_section) in ipa_tm_create_version()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | modules.cc | 430 symtab_node::get (mref)->implicit_section = true; in register_moduleinfo()
|
H A D | decl.cc | 1908 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 D | vtable-class-hierarchy.cc | 1252 symtab_node::get (var_decl)->implicit_section = true; in vtable_find_or_create_map_decl()
|
H A D | method.cc | 355 symtab_node::get (thunk_fndecl)->implicit_section in use_thunk() 356 = symtab_node::get (fn)->implicit_section; in use_thunk()
|
H A D | ChangeLog-2014 | 2192 ->implicit_section.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | vtable-class-hierarchy.c | 1252 symtab_node::get (var_decl)->implicit_section = true; in vtable_find_or_create_map_decl()
|
H A D | method.c | 355 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 D | decl.cc | 1720 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 D | avr.c | 12604 && ! symtab_node::get (current_function_decl)->implicit_section) in avr_output_addr_vec()
|