Home
last modified time | relevance | path

Searched refs:m_dwarf_data (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.h567 lldb_private::DataExtractor m_dwarf_data; variable
DSymbolFileDWARF.cpp553 m_obj_file->MemoryMapSectionData(section, m_dwarf_data); in InitializeObject()
716 if (m_dwarf_data.GetByteSize()) in GetCachedSectionData()
718 data.SetData(m_dwarf_data, section_sp->GetOffset (), section_sp->GetFileSize()); in GetCachedSectionData()