Searched refs:m_unwinds (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindTable.cpp32 : m_module(module), m_unwinds(), m_initialized(false), m_mutex(),
123 iterator end = m_unwinds.end();
125 if (!m_unwinds.empty()) {
126 insert_pos = m_unwinds.lower_bound(file_addr);
128 if ((pos == m_unwinds.end()) ||
129 (pos != m_unwinds.begin() &&
142 m_unwinds.insert(insert_pos,
167 const_iterator begin = m_unwinds.begin();
168 const_iterator end = m_unwinds.end();
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindTable.h71 collection m_unwinds; member in class:lldb_private::UnwindTable

Completed in 56 milliseconds