Searched refs:type_die (Results 1 – 1 of 1) sorted by relevance
/external/libabigail/src/ |
D | abg-dwarf-reader.cc | 9949 Dwarf_Die type_die; in die_pretty_print_decl() local 9950 if (die_die_attribute(die, DW_AT_type, type_die)) in die_pretty_print_decl() 9951 type_repr = die_qualified_type_name(ctxt, &type_die, where_offset); in die_pretty_print_decl() 12389 Dwarf_Die type_die; in add_or_update_class_type() local 12390 if (!die_die_attribute(&child, DW_AT_type, type_die)) in add_or_update_class_type() 12395 lookup_class_or_typedef_from_corpus(ctxt, &type_die, in add_or_update_class_type() 12400 is_type(build_ir_node_from_die(ctxt, &type_die, in add_or_update_class_type() 12436 Dwarf_Die type_die; in add_or_update_class_type() local 12437 if (!die_die_attribute(&child, DW_AT_type, type_die)) in add_or_update_class_type() 12471 decl_base_sptr ty = is_decl(build_ir_node_from_die(ctxt, &type_die, in add_or_update_class_type() [all …]
|