Searched refs:BaseLessThan (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/lldb/include/lldb/Utility/ |
D | RangeMap.h | 269 static bool BaseLessThan(const Entry &lhs, const Entry &rhs) { in BaseLessThan() function 282 std::lower_bound(begin, end, entry, BaseLessThan); in FindEntryIndexThatContains() 304 std::lower_bound(begin, end, entry, BaseLessThan); in FindEntryThatContains() 326 std::lower_bound(begin, end, range, BaseLessThan); in FindEntryThatContains() 492 static bool BaseLessThan(const Entry &lhs, const Entry &rhs) { in BaseLessThan() function 532 std::lower_bound(begin, end, range, BaseLessThan); in FindEntryThatContains() 549 auto pos = std::lower_bound(begin, end, Entry(addr, 1), BaseLessThan); in FindEntryStartsAt() 719 static bool BaseLessThan(const Entry &lhs, const Entry &rhs) { in BaseLessThan() function 733 std::lower_bound(begin, end, entry, BaseLessThan); in FindEntry()
|