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

  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 9248 /* First abbrev_id that can be optimized based on usage. */
9251 /* Maximum abbrev_id of a base type plus one (we can't optimize DIEs with
9252 abbrev_id smaller than this, because they must be already sized
9257 abbrev_id - abbrev_opt_start. */
9271 unsigned int abbrev_id = 0;
9299 FOR_EACH_VEC_SAFE_ELT (abbrev_die_table, abbrev_id, abbrev)
9305 if (abbrev_id == 0)
9329 if (abbrev_id >= vec_safe_length (abbrev_die_table))
9335 if (abbrev_opt_start && abbrev_id >= abbrev_opt_start)
9337 abbrev_usage_count[abbrev_id - abbrev_opt_start]++
9261 unsigned int abbrev_id = 0; local
9434 unsigned int abbrev_id = abbrev_opt_start - 1; local
10227 unsigned int abbrev_id; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 9206 /* First abbrev_id that can be optimized based on usage. */
9209 /* Maximum abbrev_id of a base type plus one (we can't optimize DIEs with
9210 abbrev_id smaller than this, because they must be already sized
9215 abbrev_id - abbrev_opt_start. */
9229 unsigned int abbrev_id = 0;
9257 FOR_EACH_VEC_SAFE_ELT (abbrev_die_table, abbrev_id, abbrev)
9263 if (abbrev_id == 0)
9287 if (abbrev_id >= vec_safe_length (abbrev_die_table))
9293 if (abbrev_opt_start && abbrev_id >= abbrev_opt_start)
9295 abbrev_usage_count[abbrev_id - abbrev_opt_start]++
9219 unsigned int abbrev_id = 0; local
9392 unsigned int abbrev_id = abbrev_opt_start - 1; local
10185 unsigned int abbrev_id; local
    [all...]

Completed in 40 milliseconds