Searched refs:EntryAddressLessThan (Results 1 – 2 of 2) sorted by relevance
100 !Entry::EntryAddressLessThan(entry, m_entries.back())) { in InsertSequence()179 llvm::upper_bound(m_entries, search_entry, Entry::EntryAddressLessThan); in lower_bound()202 search_entry, Entry::EntryAddressLessThan); in GetLineEntryIndexRange()
259 static bool EntryAddressLessThan(const Entry &lhs, const Entry &rhs) { in EntryAddressLessThan() function