Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindTable.cpp141 iterator insert_pos = m_unwinds.upper_bound(file_addr); in GetFuncUnwindersContainingAddress() local
142 if (insert_pos != m_unwinds.begin()) { in GetFuncUnwindersContainingAddress()
143 auto pos = std::prev(insert_pos); in GetFuncUnwindersContainingAddress()
156 m_unwinds.emplace_hint(insert_pos, range.GetBaseAddress().GetFileAddress(), in GetFuncUnwindersContainingAddress()