Lines Matching refs:decl_table
8336 decl_hash_type *decl_table) in copy_ancestor_tree() argument
8349 if (decl_table) in copy_ancestor_tree()
8352 slot = decl_table->find_slot_with_hash (die, htab_hash_pointer (die), in copy_ancestor_tree()
8373 new_parent = copy_ancestor_tree (unit, parent, decl_table); in copy_ancestor_tree()
8379 if (decl_table) in copy_ancestor_tree()
8777 clone_tree_partial (dw_die_ref die, decl_hash_type *decl_table) in clone_tree_partial() argument
8789 slot = decl_table->find_slot_with_hash (die, in clone_tree_partial()
8804 add_child_die (clone, clone_tree_partial (c, decl_table))); in clone_tree_partial()
8814 copy_decls_walk (dw_die_ref unit, dw_die_ref die, decl_hash_type *decl_table) in copy_decls_walk() argument
8831 slot = decl_table->find_slot_with_hash (targ, in copy_decls_walk()
8863 clone_tree_partial (c, decl_table))); in copy_decls_walk()
8875 decl_table); in copy_decls_walk()
8894 copy_decls_walk (unit, parent, decl_table); in copy_decls_walk()
8900 FOR_EACH_CHILD (die, c, copy_decls_walk (unit, c, decl_table)); in copy_decls_walk()
8907 collect_skeleton_dies (dw_die_ref die, decl_hash_type *decl_table) in collect_skeleton_dies() argument
8916 = decl_table->find_slot_with_hash (targ, in collect_skeleton_dies()
8927 FOR_EACH_CHILD (die, c, collect_skeleton_dies (c, decl_table)); in collect_skeleton_dies()
8940 decl_hash_type decl_table (10); in copy_decls_for_unworthy_types() local
8941 collect_skeleton_dies (unit, &decl_table); in copy_decls_for_unworthy_types()
8942 copy_decls_walk (unit, unit, &decl_table); in copy_decls_for_unworthy_types()