Lines Matching refs:ctnode

30281   comdat_type_node *ctnode;  in prune_unused_types()  local
30290 for (ctnode = comdat_type_list; ctnode; ctnode = ctnode->next) in prune_unused_types()
30291 verify_marks_clear (ctnode->root_die); in prune_unused_types()
30305 for (ctnode = comdat_type_list; ctnode; ctnode = ctnode->next) in prune_unused_types()
30307 prune_unused_types_walk (ctnode->root_die); in prune_unused_types()
30308 prune_unused_types_mark (ctnode->type_die, 1); in prune_unused_types()
30355 for (ctnode = comdat_type_list; ctnode; ctnode = ctnode->next) in prune_unused_types()
30356 prune_unused_types_prune (ctnode->root_die); in prune_unused_types()
30362 for (ctnode = comdat_type_list; ctnode; ctnode = ctnode->next) in prune_unused_types()
30363 prune_unmark_dies (ctnode->root_die); in prune_unused_types()
32123 comdat_type_node *ctnode; in dwarf2out_finish() local
32165 for (ctnode = comdat_type_list; ctnode != NULL; ctnode = ctnode->next) in dwarf2out_finish()
32168 remove_AT (ctnode->root_die, DW_AT_stmt_list); in dwarf2out_finish()
32170 reset_dies (ctnode->root_die); in dwarf2out_finish()
32203 for (ctnode = comdat_type_list; ctnode != NULL; ctnode = ctnode->next) in dwarf2out_finish()
32204 resolve_addr (ctnode->root_die); in dwarf2out_finish()
32223 for (ctnode = comdat_type_list; ctnode != NULL; ctnode = ctnode->next) in dwarf2out_finish()
32224 add_sibling_attributes (ctnode->root_die); in dwarf2out_finish()
32421 for (ctnode = comdat_type_list; ctnode != NULL; ctnode = ctnode->next) in dwarf2out_finish()
32423 comdat_type_node **slot = comdat_type_table.find_slot (ctnode, INSERT); in dwarf2out_finish()
32433 add_AT_lineptr (ctnode->root_die, DW_AT_stmt_list, in dwarf2out_finish()
32438 output_comdat_type_unit (ctnode, false); in dwarf2out_finish()
32439 *slot = ctnode; in dwarf2out_finish()
32900 comdat_type_node *ctnode; in dwarf2out_early_finish() local
32980 for (ctnode = comdat_type_list; ctnode != NULL; ctnode = ctnode->next) in dwarf2out_early_finish()
32981 copy_decls_for_unworthy_types (ctnode->root_die); in dwarf2out_early_finish()
32995 for (ctnode = comdat_type_list; ctnode != NULL; ctnode = ctnode->next) in dwarf2out_early_finish()
32996 note_variable_value (ctnode->root_die); in dwarf2out_early_finish()
33048 for (ctnode = comdat_type_list; ctnode != NULL; ctnode = ctnode->next) in dwarf2out_early_finish()
33049 mark_base_types (ctnode->root_die); in dwarf2out_early_finish()
33058 for (ctnode = comdat_type_list; ctnode != NULL; ctnode = ctnode->next) in dwarf2out_early_finish()
33059 add_sibling_attributes (ctnode->root_die); in dwarf2out_early_finish()
33088 for (ctnode = comdat_type_list; ctnode != NULL; ctnode = ctnode->next) in dwarf2out_early_finish()
33090 comdat_type_node **slot = comdat_type_table.find_slot (ctnode, INSERT); in dwarf2out_early_finish()
33100 add_AT_lineptr (ctnode->root_die, DW_AT_stmt_list, in dwarf2out_early_finish()
33105 output_comdat_type_unit (ctnode, true); in dwarf2out_early_finish()
33106 *slot = ctnode; in dwarf2out_early_finish()