Home
last modified time | relevance | path

Searched refs:orderByLowPC (Results 1 – 4 of 4) 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
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h202 static bool orderByLowPC(const Sequence &LHS, const Sequence &RHS) { in orderByLowPC() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp854 llvm::sort(Sequences.begin(), Sequences.end(), Sequence::orderByLowPC); in parse()
902 FirstSeq, LastSeq, Sequence, DWARFDebugLine::Sequence::orderByLowPC); in lookupAddress()
927 FirstSeq, LastSeq, Sequence, DWARFDebugLine::Sequence::orderByLowPC); in lookupAddressRange()