Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
HDsymtab.c882 if (implicit_section) in dump_base()
1149 if (implicit_section && !get_section ()) in verify_base()
1155 && !implicit_section in verify_base()
1515 implicit_section = false; in set_section_for_node()
1643 n->implicit_section = true; in set_implicit_section()
1693 || target->get_comdat_group ()) && get_section () && !implicit_section) in resolve_alias()
1699 if (target->implicit_section) in resolve_alias()
2182 if (DECL_SECTION_NAME (target->decl) != NULL && !target->implicit_section) in can_increase_alignment_p()
HDipa-icf.c1105 if (((DECL_SECTION_NAME (original->decl) && !original->implicit_section) in merge()
1106 || (DECL_SECTION_NAME (alias->decl) && !alias->implicit_section)) in merge()
1857 if (((DECL_SECTION_NAME (decl) && !node->implicit_section) in equals_wpa()
1858 || (DECL_SECTION_NAME (item->decl) && !item->node->implicit_section)) in equals_wpa()
2195 if (((DECL_SECTION_NAME (original->decl) && !original->implicit_section) in merge()
2196 || (DECL_SECTION_NAME (alias->decl) && !alias->implicit_section)) in merge()
HDlto-cgraph.c522 bp_pack_value (&bp, node->implicit_section, 1); in lto_output_node()
607 bp_pack_value (&bp, node->implicit_section, 1); in lto_output_varpool_node()
1174 node->implicit_section = bp_unpack_value (bp, 1); in input_overwrite_node()
1393 node->implicit_section = bp_unpack_value (&bp, 1); in input_varpool_node()
HDcgraphclones.c601 if (!implicit_section) in create_virtual_clone()
1015 if (!implicit_section) in create_version_clone_with_body()
HDcgraph.h501 unsigned implicit_section : 1; variable
HDvarasm.c445 n->implicit_section = true; in set_implicit_section()
543 else if (symtab_node::get (decl)->implicit_section) in get_named_text_section()
572 && symtab_node::get (decl)->implicit_section) in default_function_section()
HDasan.c1654 && !symtab_node::get (decl)->implicit_section in asan_protect_global()
HDtrans-mem.c5009 if (!old_node->implicit_section) in ipa_tm_create_version()
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDvtable-class-hierarchy.c1254 symtab_node::get (var_decl)->implicit_section = true; in vtable_find_or_create_map_decl()
HDmethod.c354 symtab_node::get (thunk_fndecl)->implicit_section in use_thunk()
355 = symtab_node::get (fn)->implicit_section; in use_thunk()