Home
last modified time | relevance | path

Searched refs:orderByLowPC (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp514 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()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h160 static bool orderByLowPC(const Sequence& LHS, const Sequence& RHS) { in orderByLowPC() function