Searched refs:new_spec (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBFileSpecList.cpp86 SBFileSpec new_spec; local
87 new_spec.SetFileSpec(m_opaque_up->GetFileSpecAtIndex(idx));
88 return LLDB_RECORD_RESULT(new_spec);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DPathMappingList.cpp201 FileSpec &new_spec) const {
234 new_spec.SetFile(entry.second.GetCString(), FileSpec::Style::native);
235 new_spec.AppendPathComponent(orig_ref);
236 if (FileSystem::Instance().Exists(new_spec))
241 new_spec.Clear();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DPathMappingList.h97 /// \param[out] new_spec
102 /// \a new_spec is filled in with an existing file spec,
104 bool FindFile(const FileSpec &orig_spec, FileSpec &new_spec) const;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h352 bool FindSourceFile(const FileSpec &orig_spec, FileSpec &new_spec) const;
H A DModule.h832 /// \param[out] new_spec
837 /// \a new_spec is filled in with an existing file spec,
839 bool FindSourceFile(const FileSpec &orig_spec, FileSpec &new_spec) const;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp523 FileSpec &new_spec) const {
527 if ((*pos)->FindSourceFile(orig_spec, new_spec))
H A DModule.cpp1583 FileSpec &new_spec) const {
1585 return m_source_mappings.FindFile(orig_spec, new_spec);
/freebsd-11-stable/contrib/gcc/cp/
H A Dpt.c1269 reregister_specialization (tree spec, tree tmpl, tree new_spec) argument
1278 if (!new_spec)
1281 TREE_VALUE (*s) = new_spec;

Completed in 227 milliseconds