Lines Matching refs:decl_table

8190 		    decl_hash_type *decl_table)  in copy_ancestor_tree()  argument
8203 if (decl_table) in copy_ancestor_tree()
8206 slot = decl_table->find_slot_with_hash (die, htab_hash_pointer (die), in copy_ancestor_tree()
8227 new_parent = copy_ancestor_tree (unit, parent, decl_table); in copy_ancestor_tree()
8233 if (decl_table) in copy_ancestor_tree()
8631 clone_tree_partial (dw_die_ref die, decl_hash_type *decl_table) in clone_tree_partial() argument
8643 slot = decl_table->find_slot_with_hash (die, in clone_tree_partial()
8658 add_child_die (clone, clone_tree_partial (c, decl_table))); in clone_tree_partial()
8668 copy_decls_walk (dw_die_ref unit, dw_die_ref die, decl_hash_type *decl_table) in copy_decls_walk() argument
8685 slot = decl_table->find_slot_with_hash (targ, in copy_decls_walk()
8717 clone_tree_partial (c, decl_table))); in copy_decls_walk()
8729 decl_table); in copy_decls_walk()
8748 copy_decls_walk (unit, parent, decl_table); in copy_decls_walk()
8754 FOR_EACH_CHILD (die, c, copy_decls_walk (unit, c, decl_table)); in copy_decls_walk()
8761 collect_skeleton_dies (dw_die_ref die, decl_hash_type *decl_table) in collect_skeleton_dies() argument
8770 = decl_table->find_slot_with_hash (targ, in collect_skeleton_dies()
8781 FOR_EACH_CHILD (die, c, collect_skeleton_dies (c, decl_table)); in collect_skeleton_dies()
8794 decl_hash_type decl_table (10); in copy_decls_for_unworthy_types()
8795 collect_skeleton_dies (unit, &decl_table); in copy_decls_for_unworthy_types()
8796 copy_decls_walk (unit, unit, &decl_table); in copy_decls_for_unworthy_types()