Searched refs:so_file_spec (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
| D | SymbolFileDWARFDebugMap.cpp | 600 FileSpec so_file_spec; in ParseCompileUnitAtIndex() local 601 if (GetFileSpecForSO(cu_idx, so_file_spec)) { in ParseCompileUnitAtIndex() 607 m_objfile_sp->GetModule(), nullptr, so_file_spec, cu_id, in ParseCompileUnitAtIndex() 622 m_objfile_sp->GetModule(), nullptr, so_file_spec, in ParseCompileUnitAtIndex() 867 FileSpec so_file_spec; in ResolveSymbolContext() local 868 if (GetFileSpecForSO(i, so_file_spec)) in ResolveSymbolContext() 870 FileSpec::Match(src_location_spec.GetFileSpec(), so_file_spec); in ResolveSymbolContext()
|