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