Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARFDebugMap.cpp577 FileSpec so_file_spec; in ParseCompileUnitAtIndex() local
578 if (GetFileSpecForSO(cu_idx, so_file_spec)) { in ParseCompileUnitAtIndex()
584 m_objfile_sp->GetModule(), nullptr, so_file_spec, cu_id, in ParseCompileUnitAtIndex()
823 FileSpec so_file_spec; in ResolveSymbolContext() local
824 if (GetFileSpecForSO(i, so_file_spec)) in ResolveSymbolContext()
826 FileSpec::Match(src_location_spec.GetFileSpec(), so_file_spec); in ResolveSymbolContext()