Searched refs:m_dwarf (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFCompileUnit.cpp73 sc.comp_unit = m_dwarf.GetCompUnitForDWARFCompUnit(*this);
76 m_dwarf.GetDebugMapSymfile();
91 debug_map_sym_file->AddOSOARanges(&m_dwarf, debug_aranges);
99 sc.comp_unit = m_dwarf.GetCompUnitForDWARFCompUnit(*this);
H A DDWARFDebugInfo.h62 SymbolFileDWARF &m_dwarf; member in class:DWARFDebugInfo
H A DDWARFUnit.cpp36 : UserID(uid), m_dwarf(dwarf), m_header(header), m_abbrevs(&abbrevs),
343 m_dwarf.GetDwoSymbolFileForCompileUnit(*this, cu_die);
459 m_dwarf.GetDWARFContext().getOrLoadLocListsData().GetAsLLVM(),
491 m_dwarf.GetDWARFContext().getOrLoadRngListsData().GetAsLLVM(),
514 return m_dwarf.GetObjectFile()->GetByteOrder();
518 return m_dwarf.GetTypeSystemForLanguage(GetLanguageType());
718 return m_dwarf.GetFile(*this, file_idx);
908 ? m_dwarf.GetDWARFContext().getOrLoadDebugTypesData()
909 : m_dwarf.GetDWARFContext().getOrLoadDebugInfoData();
930 const DWARFDebugRanges *debug_ranges = m_dwarf
[all...]
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);
H A DDWARFUnit.h183 SymbolFileDWARF &GetSymbolFileDWARF() const { return m_dwarf; }
281 SymbolFileDWARF &m_dwarf; member in class:DWARFUnit

Completed in 119 milliseconds