Searched refs:new_spec (Results 1 – 8 of 8) sorted by relevance
| /NextBSD/contrib/llvm/tools/lldb/source/API/ |
| HD | SBFileSpecList.cpp | 93 SBFileSpec new_spec; in GetFileSpecAtIndex() local 94 new_spec.SetFileSpec(m_opaque_ap->GetFileSpecAtIndex(idx)); in GetFileSpecAtIndex() 95 return new_spec; in GetFileSpecAtIndex()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Target/ |
| HD | PathMappingList.cpp | 226 PathMappingList::FindFile (const FileSpec &orig_spec, FileSpec &new_spec) const in FindFile() 247 new_spec.SetFile (new_path, true); in FindFile() 248 if (new_spec.Exists()) in FindFile() 256 new_spec.Clear(); in FindFile()
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/ |
| HD | PathMappingList.h | 141 FindFile (const FileSpec &orig_spec, FileSpec &new_spec) const;
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/ |
| HD | ModuleList.h | 453 FindSourceFile (const FileSpec &orig_spec, FileSpec &new_spec) const;
|
| HD | Module.h | 1022 FindSourceFile (const FileSpec &orig_spec, FileSpec &new_spec) const;
|
| /NextBSD/contrib/llvm/tools/lldb/source/Core/ |
| HD | ModuleList.cpp | 698 ModuleList::FindSourceFile (const FileSpec &orig_spec, FileSpec &new_spec) const in FindSourceFile() 704 if ((*pos)->FindSourceFile (orig_spec, new_spec)) in FindSourceFile()
|
| HD | Module.cpp | 1711 Module::FindSourceFile (const FileSpec &orig_spec, FileSpec &new_spec) const in FindSourceFile() 1714 return m_source_mappings.FindFile (orig_spec, new_spec); in FindSourceFile()
|
| /NextBSD/contrib/gcc/cp/ |
| HD | pt.c | 1269 reregister_specialization (tree spec, tree tmpl, tree new_spec) in reregister_specialization() argument 1278 if (!new_spec) in reregister_specialization() 1281 TREE_VALUE (*s) = new_spec; in reregister_specialization()
|