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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindTable.cpp32 : m_module(module), m_unwinds(), m_initialized(false), m_mutex(),
121 iterator end = m_unwinds.end();
123 if (!m_unwinds.empty()) {
124 insert_pos = m_unwinds.lower_bound(file_addr);
126 if ((pos == m_unwinds.end()) ||
127 (pos != m_unwinds.begin() &&
140 m_unwinds.insert(insert_pos,
165 const_iterator begin = m_unwinds.begin();
166 const_iterator end = m_unwinds.end();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindTable.h71 collection m_unwinds; member in class:lldb_private::UnwindTable

Completed in 205 milliseconds