Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DLineTable.cpp122 entry_collection::iterator begin_pos = m_entries.begin(); in InsertSequence() local
126 upper_bound(begin_pos, end_pos, entry, less_than_bp); in InsertSequence()
129 if (pos != begin_pos) { in InsertSequence()
137 if (pos != begin_pos) { in InsertSequence()
200 entry_collection::const_iterator begin_pos = m_entries.begin(); in FindLineEntryByAddress() local
203 begin_pos, end_pos, search_entry, Entry::EntryAddressLessThan); in FindLineEntryByAddress()
205 if (pos != begin_pos) { in FindLineEntryByAddress()
226 while (pos != begin_pos) { in FindLineEntryByAddress()
249 uint32_t match_idx = std::distance(begin_pos, pos); in FindLineEntryByAddress()