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

  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 9249 static unsigned int abbrev_opt_start;
9257 abbrev_id - abbrev_opt_start. */
9260 /* Vector of all DIEs added with die_abbrev >= abbrev_opt_start. */
9332 if (abbrev_opt_start)
9335 if (abbrev_opt_start && abbrev_id >= abbrev_opt_start)
9337 abbrev_usage_count[abbrev_id - abbrev_opt_start]++;
9355 gcc_checking_assert (die1->die_abbrev >= abbrev_opt_start);
9356 gcc_checking_assert (die2->die_abbrev >= abbrev_opt_start);
9361 if (abbrev_usage_count[die1->die_abbrev - abbrev_opt_start]
9239 static unsigned int abbrev_opt_start; variable
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 9207 static unsigned int abbrev_opt_start;
9215 abbrev_id - abbrev_opt_start. */
9218 /* Vector of all DIEs added with die_abbrev >= abbrev_opt_start. */
9290 if (abbrev_opt_start)
9293 if (abbrev_opt_start && abbrev_id >= abbrev_opt_start)
9295 abbrev_usage_count[abbrev_id - abbrev_opt_start]++;
9313 gcc_checking_assert (die1->die_abbrev >= abbrev_opt_start);
9314 gcc_checking_assert (die2->die_abbrev >= abbrev_opt_start);
9319 if (abbrev_usage_count[die1->die_abbrev - abbrev_opt_start]
9197 static unsigned int abbrev_opt_start; variable
    [all...]

Completed in 40 milliseconds