Lines Matching defs:symtab_node
107 symtab_node struct
113 explicit symtab_node (symtab_type t) in symtab_node() argument
238 bool semantically_equivalent_p (symtab_node *target); argument
244 tree get_comdat_group () in get_comdat_group()
250 tree get_comdat_group_id () in get_comdat_group_id()
276 /* Add this symtab_node to the same comdat group that OLD is in. */ argument
419 inline bool in_same_comdat_group_p (symtab_node *target); argument
445 static inline symtab_node *get (const_tree decl) in get() argument
485 unsigned definition : 1;
488 unsigned alias : 1;
510 unsigned transparent_alias : 1;
512 unsigned weakref : 1;
519 unsigned cpp_implicit_alias : 1;
521 unsigned symver : 1;
524 unsigned analyzed : 1;
526 unsigned writeonly : 1;
529 unsigned refuse_visibility_changes : 1;
534 unsigned externally_visible : 1;
536 unsigned no_reorder : 1;
539 unsigned force_output : 1;
543 unsigned forced_by_abi : 1;
545 unsigned unique_name : 1;
548 unsigned implicit_section : 1;
551 unsigned body_removed : 1;
558 unsigned used_from_other_partition : 1;
562 unsigned in_other_partition : 1;
591 symtab_node *next; argument
592 symtab_node *previous; argument
603 symtab_node *next_sharing_asm_name; argument
604 symtab_node *previous_sharing_asm_name; argument
607 symtab_node *same_comdat_group; argument
610 ipa_ref_list ref_list;
615 tree alias_target;
618 struct lto_file_decl_data * lto_file_data;
645 bool call_for_symbol_and_aliases_1 (bool (*callback) (symtab_node *, void *), argument
3427 symtab_node::call_for_symbol_and_aliases (bool (*callback) (symtab_node *, in call_for_symbol_and_aliases()