Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARFDebugMap.cpp347 m_compile_unit_infos[i].oso_path = oso_symbol->GetName(); in InitOSO()
410 {comp_unit_info->oso_path, comp_unit_info->oso_mod_time}); in GetModuleByCompUnitInfo()
416 m_oso_map[{comp_unit_info->oso_path, comp_unit_info->oso_mod_time}] = in GetModuleByCompUnitInfo()
418 const char *oso_path = comp_unit_info->oso_path.GetCString(); in GetModuleByCompUnitInfo() local
419 FileSpec oso_file(oso_path); in GetModuleByCompUnitInfo()
445 if (!ObjectFile::SplitArchivePathWithObject(oso_path, oso_file, in GetModuleByCompUnitInfo()
450 comp_unit_info->oso_path.GetCString()); in GetModuleByCompUnitInfo()
1531 comp_unit_info->oso_path.GetCString()); in CalculateFrameVariableError()
DSymbolFileDWARFDebugMap.h175 lldb_private::ConstString oso_path; member