Searched refs:orderByLowPC (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugLine.cpp | 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()
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugLine.h | 160 static bool orderByLowPC(const Sequence& LHS, const Sequence& RHS) { in orderByLowPC() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugLine.h | 202 static bool orderByLowPC(const Sequence &LHS, const Sequence &RHS) { in orderByLowPC() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugLine.cpp | 854 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()
|