Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRangeMap.h312 static bool BaseLessThan(const Entry &lhs, const Entry &rhs) { in BaseLessThan() function
325 std::lower_bound(begin, end, entry, BaseLessThan); in FindEntryIndexThatContains()
347 std::lower_bound(begin, end, entry, BaseLessThan); in FindEntryThatContains()
369 std::lower_bound(begin, end, range, BaseLessThan); in FindEntryThatContains()
391 std::lower_bound(begin, end, range, BaseLessThan); in FindEntryThatIntersects()
557 static bool BaseLessThan(const Entry &lhs, const Entry &rhs) { in BaseLessThan() function
597 std::lower_bound(begin, end, range, BaseLessThan); in FindEntryThatContains()
614 auto pos = std::lower_bound(begin, end, Entry(addr, 1), BaseLessThan); in FindEntryStartsAt()
798 static bool BaseLessThan(const Entry &lhs, const Entry &rhs) { in BaseLessThan() function
812 llvm::lower_bound(m_entries, entry, BaseLessThan); in FindEntry()