Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DRangeMap.h307 static bool BaseLessThan(const Entry &lhs, const Entry &rhs) { in BaseLessThan() function
320 std::lower_bound(begin, end, entry, BaseLessThan); in FindEntryIndexThatContains()
342 std::lower_bound(begin, end, entry, BaseLessThan); in FindEntryThatContains()
364 std::lower_bound(begin, end, range, BaseLessThan); in FindEntryThatContains()
529 static bool BaseLessThan(const Entry &lhs, const Entry &rhs) { in BaseLessThan() function
569 std::lower_bound(begin, end, range, BaseLessThan); in FindEntryThatContains()
586 auto pos = std::lower_bound(begin, end, Entry(addr, 1), BaseLessThan); in FindEntryStartsAt()
760 static bool BaseLessThan(const Entry &lhs, const Entry &rhs) { in BaseLessThan() function
774 std::lower_bound(begin, end, entry, BaseLessThan); in FindEntry()