Searched refs:insert_pos (Results 1 – 1 of 1) sorted by relevance
141 iterator insert_pos = m_unwinds.upper_bound(file_addr); in GetFuncUnwindersContainingAddress() local142 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()