Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBFileSpecList.cpp93 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/
HDPathMappingList.cpp226 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/
HDPathMappingList.h141 FindFile (const FileSpec &orig_spec, FileSpec &new_spec) const;
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDModuleList.h453 FindSourceFile (const FileSpec &orig_spec, FileSpec &new_spec) const;
HDModule.h1022 FindSourceFile (const FileSpec &orig_spec, FileSpec &new_spec) const;
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDModuleList.cpp698 ModuleList::FindSourceFile (const FileSpec &orig_spec, FileSpec &new_spec) const in FindSourceFile()
704 if ((*pos)->FindSourceFile (orig_spec, new_spec)) in FindSourceFile()
HDModule.cpp1711 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/
HDpt.c1269 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()