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

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBFileSpecList.cpp93 SBFileSpec new_spec; local
94 new_spec.SetFileSpec(m_opaque_ap->GetFileSpecAtIndex(idx));
95 return new_spec;
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPathMappingList.h132 /// @param[out] new_spec
137 /// \a new_spec is filled in with an existing file spec,
141 FindFile (const FileSpec &orig_spec, FileSpec &new_spec) const;
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Target/
H A DPathMappingList.cpp226 PathMappingList::FindFile (const FileSpec &orig_spec, FileSpec &new_spec) const
247 new_spec.SetFile (new_path, true);
248 if (new_spec.Exists())
256 new_spec.Clear();
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModuleList.h456 FindSourceFile (const FileSpec &orig_spec, FileSpec &new_spec) const;
H A DModule.h1018 /// @param[out] new_spec
1023 /// \a new_spec is filled in with an existing file spec,
1027 FindSourceFile (const FileSpec &orig_spec, FileSpec &new_spec) const;
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DModuleList.cpp699 ModuleList::FindSourceFile (const FileSpec &orig_spec, FileSpec &new_spec) const
705 if ((*pos)->FindSourceFile (orig_spec, new_spec))
H A DModule.cpp1713 Module::FindSourceFile (const FileSpec &orig_spec, FileSpec &new_spec) const
1716 return m_source_mappings.FindFile (orig_spec, new_spec);
/freebsd-11.0-release/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 100 milliseconds