HomeSort by: relevance | last modified time | path
    Searched defs:other_die (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 13969 dw_die_ref other_die;
13971 other_die
13976 other_die = base_type_die (type, reverse);
13977 add_child_die (comp_unit_die (), other_die);
13978 add_name_attribute (other_die,
13983 add_AT_die_ref (mod_type_die, DW_AT_type, other_die);
13956 dw_die_ref other_die; local
13964 add_child_die (comp_unit_die (), other_die); local
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 13909 dw_die_ref other_die;
13911 other_die
13916 other_die = base_type_die (type, reverse);
13917 add_child_die (comp_unit_die (), other_die);
13918 add_name_attribute (other_die,
13923 add_AT_die_ref (mod_type_die, DW_AT_type, other_die);
13896 dw_die_ref other_die; local
13904 add_child_die (comp_unit_die (), other_die); local

Completed in 64 milliseconds