Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBFileSpecList.cpp78 SBFileSpec new_spec; in GetFileSpecAtIndex() local
79 new_spec.SetFileSpec(m_opaque_up->GetFileSpecAtIndex(idx)); in GetFileSpecAtIndex()
80 return new_spec; in GetFileSpecAtIndex()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSourceManager.cpp515 FileSpec new_spec; in CommonInitializer() local
516 if (target_sp->GetImages().FindSourceFile(m_file_spec, new_spec)) in CommonInitializer()
517 remapped = new_spec; in CommonInitializer()
H A DModuleList.cpp605 FileSpec &new_spec) const { in FindSourceFile()
608 if (module_sp->FindSourceFile(orig_spec, new_spec)) in FindSourceFile()
H A DModule.cpp1541 FileSpec &new_spec) const { in FindSourceFile()
1544 new_spec = *remapped; in FindSourceFile()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h381 bool FindSourceFile(const FileSpec &orig_spec, FileSpec &new_spec) const;
H A DModule.h844 /// \param[out] new_spec
849 /// \a new_spec is filled in with an existing file spec,
851 bool FindSourceFile(const FileSpec &orig_spec, FileSpec &new_spec) const;