Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
541 static bool BaseLessThan(const Entry &lhs, const Entry &rhs) { in BaseLessThan() function
581 std::lower_bound(begin, end, range, BaseLessThan); in FindEntryThatContains()
598 auto pos = std::lower_bound(begin, end, Entry(addr, 1), BaseLessThan); in FindEntryStartsAt()
782 static bool BaseLessThan(const Entry &lhs, const Entry &rhs) { in BaseLessThan() function
796 llvm::lower_bound(m_entries, entry, BaseLessThan); in FindEntry()