Home | History | Annotate | Download | only in gold

Lines Matching refs:linenos

3363           std::vector<std::string> linenos =
3365 // linenos will be empty if we couldn't parse the debug info.
3366 if (linenos.empty())
3369 gold_assert(!linenos.empty());
3370 std::string second_object_canonical_result = linenos.back();
3371 std::sort(linenos.begin(), linenos.end(), Odr_violation_compare());
3376 linenos.begin(),
3377 linenos.end(),