Searched defs:symtab_node (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | cgraph.h | 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; [all …]
|
H A D | ipa-comdats.c | 66 tree newgroup, hash_map<symtab_node *, tree> &map) in propagate_comdat_group()
|
H A D | ipa-icf.c | 432 sem_item::compare_symbol_references ( in compare_symbol_references() 524 sem_function::equals_wpa (sem_item *item, in equals_wpa() 741 sem_item::update_hash_by_addr_refs (hash_map <symtab_node *, in update_hash_by_addr_refs() 776 sem_item::update_hash_by_local_refs (hash_map <symtab_node *, in update_hash_by_local_refs() 806 sem_function::equals (sem_item *item, in equals() 1614 sem_variable::equals_wpa (sem_item *item, in equals_wpa() 1667 sem_variable::equals (sem_item *item, in equals()
|
H A D | symtab.c | 2211 symtab_node::call_for_symbol_and_aliases_1 (bool (*callback) (symtab_node *, in call_for_symbol_and_aliases_1()
|
H A D | tree-core.h | 1797 struct symtab_node *symtab_node; member
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | cgraph.h | 107 symtab_node struct 113 explicit symtab_node (symtab_type t) in symtab_node() argument 240 bool semantically_equivalent_p (symtab_node *target); argument 246 tree get_comdat_group () in get_comdat_group() 252 tree get_comdat_group_id () in get_comdat_group_id() 278 /* Add this symtab_node to the same comdat group that OLD is in. */ argument 429 inline bool in_same_comdat_group_p (symtab_node *target); argument 455 static inline symtab_node *get (const_tree decl) in get() argument 498 unsigned definition : 1; 501 unsigned alias : 1; [all …]
|
H A D | ipa-comdats.cc | 66 tree newgroup, hash_map<symtab_node *, tree> &map) in propagate_comdat_group()
|
H A D | ipa-icf.cc | 442 sem_item::compare_symbol_references ( in compare_symbol_references() 534 sem_function::equals_wpa (sem_item *item, in equals_wpa() 744 sem_item::update_hash_by_addr_refs (hash_map <symtab_node *, in update_hash_by_addr_refs() 779 sem_item::update_hash_by_local_refs (hash_map <symtab_node *, in update_hash_by_local_refs() 809 sem_function::equals (sem_item *item, in equals() 1635 sem_variable::equals_wpa (sem_item *item, in equals_wpa() 1688 sem_variable::equals (sem_item *item, in equals()
|
H A D | symtab.cc | 2401 symtab_node::call_for_symbol_and_aliases_1 (bool (*callback) (symtab_node *, in call_for_symbol_and_aliases_1()
|
H A D | tree-core.h | 1867 struct symtab_node *symtab_node; member
|