Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARFDebugMap.cpp414 m_compile_unit_infos[i].oso_path = oso_symbol->GetName(); in InitOSO()
466 auto pos = m_oso_map.find (comp_unit_info->oso_path); in GetModuleByCompUnitInfo()
475 m_oso_map[comp_unit_info->oso_path] = comp_unit_info->oso_sp; in GetModuleByCompUnitInfo()
476 const char *oso_path = comp_unit_info->oso_path.GetCString(); in GetModuleByCompUnitInfo() local
477 FileSpec oso_file (oso_path, false); in GetModuleByCompUnitInfo()
496 if (!ObjectFile::SplitArchivePathWithObject (oso_path, in GetModuleByCompUnitInfo()
DSymbolFileDWARFDebugMap.h155 lldb_private::ConstString oso_path; member
169 oso_path (), in CompileUnitInfo()