Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DLineTable.cpp115 !Entry::EntryAddressLessThan(entry, m_entries.back())) { in InsertSequence()
203 begin_pos, end_pos, search_entry, Entry::EntryAddressLessThan); in FindLineEntryByAddress()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DLineTable.h274 static bool EntryAddressLessThan(const Entry &lhs, const Entry &rhs) { in EntryAddressLessThan() function