Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBFileSpecList.cpp86 SBFileSpec new_spec; in GetFileSpecAtIndex() local
87 new_spec.SetFileSpec(m_opaque_up->GetFileSpecAtIndex(idx)); in GetFileSpecAtIndex()
88 return LLDB_RECORD_RESULT(new_spec); in GetFileSpecAtIndex()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DSourceManager.cpp449 FileSpec new_spec; in CommonInitializer() local
450 if (target->GetImages().FindSourceFile(m_file_spec, new_spec)) in CommonInitializer()
451 remapped = new_spec; in CommonInitializer()
H A DModuleList.cpp560 FileSpec &new_spec) const { in FindSourceFile()
564 if ((*pos)->FindSourceFile(orig_spec, new_spec)) in FindSourceFile()
H A DModule.cpp1599 FileSpec &new_spec) const { in FindSourceFile()
1602 new_spec = *remapped; in FindSourceFile()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h352 bool FindSourceFile(const FileSpec &orig_spec, FileSpec &new_spec) const;
H A DModule.h842 bool FindSourceFile(const FileSpec &orig_spec, FileSpec &new_spec) const;