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