Home
last modified time | relevance | path

Searched refs:add_pubtype (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/gcc/
HDChangeLog.gcc43577 (add_pubtype): New function.
580 (gen_array_type_die): Add call to add_pubtype.
581 (gen_enumeration_type_die): Add call to add_pubtype.
582 (gen_struct_or_union_type_die): Add call to add_pubtype.
583 (gen_subroutine_type_die): Add call to add_pubtype.
584 (gen_typedef_die): Add call to add_pubtype.
HDdwarf2out.c4130 static void add_pubtype (tree, dw_die_ref);
7356 add_pubtype (tree decl, dw_die_ref die) in add_pubtype() function
11365 add_pubtype (type, array_die); in gen_array_type_die()
11502 add_pubtype (type, type_die); in gen_enumeration_type_die()
12630 add_pubtype (type, type_die); in gen_struct_or_union_type_die()
12649 add_pubtype (type, subr_die); in gen_subroutine_type_die()
12691 add_pubtype (decl, type_die); in gen_typedef_die()