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

  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 3480 static GTY(()) dw_die_ref single_comp_unit_die;
4299 if (!single_comp_unit_die)
4300 single_comp_unit_die = gen_compile_unit_die (NULL);
4301 return single_comp_unit_die;
33380 single_comp_unit_die = NULL;
3475 static GTY(()) dw_die_ref single_comp_unit_die; variable
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 3482 static GTY(()) dw_die_ref single_comp_unit_die;
4299 if (!single_comp_unit_die)
4300 single_comp_unit_die = gen_compile_unit_die (NULL);
4301 return single_comp_unit_die;
33233 single_comp_unit_die = NULL;
3477 static GTY(()) dw_die_ref single_comp_unit_die; variable

Completed in 63 milliseconds