Home
last modified time | relevance | path

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

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