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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfo.cpp35 : m_dwarf(dwarf), m_context(context), m_units(), m_cu_aranges_up() {}
78 DWARFUnit::extract(m_dwarf, m_units.size(), data, section, &offset);
88 m_units.push_back(*unit_sp);
99 if (!m_units.empty())
109 return m_units.size();
115 cu = m_units[idx].get();
126 m_units, std::make_pair(section, offset),
131 uint32_t idx = std::distance(m_units.begin(), pos);
H A DDWARFDebugInfo.h64 UnitColl m_units; member in class:DWARFDebugInfo

Completed in 103 milliseconds