Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Symbol/
DLineEntry.cpp257 FileSpec new_file_spec; in ApplyFileMappings() local
258 if (target_sp->GetSourcePathMap().FindFile(original_file, new_file_spec)) in ApplyFileMappings()
259 file = new_file_spec; in ApplyFileMappings()
/external/llvm-project/lldb/source/Core/
DSourceManager.cpp444 FileSpec new_file_spec; in CommonInitializer() local
448 if (target->GetSourcePathMap().FindFile(m_file_spec, new_file_spec) || in CommonInitializer()
449 target->GetImages().FindSourceFile(m_file_spec, new_file_spec)) { in CommonInitializer()
450 m_file_spec = new_file_spec; in CommonInitializer()
/external/llvm-project/lldb/source/Host/common/
DFileSystem.cpp245 FileSpec new_file_spec(path, file_spec.GetPathStyle()); in MakeAbsolute() local
246 file_spec = new_file_spec; in MakeAbsolute()
/external/llvm-project/lldb/source/Interpreter/
DOptionValueProperties.cpp380 const FileSpec &new_file_spec) { in SetPropertyAtIndexAsFileSpec() argument
385 return value->SetFileSpecValue(new_file_spec); in SetPropertyAtIndexAsFileSpec()
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwin.cpp422 FileSpec new_file_spec(new_path); in GetSharedModule() local
423 if (FileSystem::Instance().Exists(new_file_spec)) { in GetSharedModule()
425 new_module_spec.GetFileSpec() = new_file_spec; in GetSharedModule()
431 module_sp->SetPlatformFileSpec(new_file_spec); in GetSharedModule()