Searched refs:orderByLowPC (Results 1 – 2 of 2) sorted by relevance
513 std::sort(Sequences.begin(), Sequences.end(), Sequence::orderByLowPC); in parse()535 DWARFDebugLine::Sequence::orderByLowPC); in lookupAddress()581 DWARFDebugLine::Sequence::orderByLowPC); in lookupAddressRange()
152 static bool orderByLowPC(const Sequence& LHS, const Sequence& RHS) { in orderByLowPC() function