Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp417 FileSpec oso_file(oso_path); in GetModuleByCompUnitInfo() local
419 if (FileSystem::Instance().Exists(oso_file)) { in GetModuleByCompUnitInfo()
423 FileSystem::Instance().GetModificationTime(oso_file)); in GetModuleByCompUnitInfo()
432 "will not be loaded", oso_file.GetPath().c_str(), in GetModuleByCompUnitInfo()
443 if (!ObjectFile::SplitArchivePathWithObject(oso_path, oso_file, in GetModuleByCompUnitInfo()
468 obj_file->GetModule(), GetCompUnitInfoIndex(comp_unit_info), oso_file, in GetModuleByCompUnitInfo()
473 FileSystem::Instance().Exists(oso_file)) { in GetModuleByCompUnitInfo()
481 oso_object.AsCString(), oso_file.GetPath().c_str(), in GetModuleByCompUnitInfo()