Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DLineEntry.cpp247 if (auto new_file_spec = target_sp->GetSourcePathMap().FindFile( in ApplyFileMappings() local
249 file_sp = std::make_shared<SupportFile>(*new_file_spec, in ApplyFileMappings()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DFileSystem.cpp214 FileSpec new_file_spec(path, file_spec.GetPathStyle()); in MakeAbsolute() local
215 file_spec = new_file_spec; in MakeAbsolute()