Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp522 std::sort(Sequences.begin(), Sequences.end(), Sequence::orderByLowPC); in parse()
570 DWARFDebugLine::Sequence::orderByLowPC); in lookupAddress()
595 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