Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARFDebugMap.h340 std::map<lldb_private::ConstString, OSOInfoSP> m_oso_map; variable
DSymbolFileDWARFDebugMap.cpp466 auto pos = m_oso_map.find (comp_unit_info->oso_path); in GetModuleByCompUnitInfo()
467 if (pos != m_oso_map.end()) in GetModuleByCompUnitInfo()
475 m_oso_map[comp_unit_info->oso_path] = comp_unit_info->oso_sp; in GetModuleByCompUnitInfo()