Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARFDebugMap.cpp575 FileSpec so_file_spec; in ParseCompileUnitAtIndex() local
576 if (GetFileSpecForSO(cu_idx, so_file_spec)) { in ParseCompileUnitAtIndex()
582 m_objfile_sp->GetModule(), nullptr, so_file_spec, cu_id, in ParseCompileUnitAtIndex()
821 FileSpec so_file_spec; in ResolveSymbolContext() local
822 if (GetFileSpecForSO(i, so_file_spec)) in ResolveSymbolContext()
823 resolve = FileSpec::Match(file_spec, so_file_spec); in ResolveSymbolContext()