Home
last modified time | relevance | path

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

/external/lldb/source/API/
DSBFileSpecList.cpp92 SBFileSpec new_spec; in GetFileSpecAtIndex() local
93 new_spec.SetFileSpec(m_opaque_ap->GetFileSpecAtIndex(idx)); in GetFileSpecAtIndex()
94 return new_spec; in GetFileSpecAtIndex()
/external/lldb/source/Target/
DPathMappingList.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()
/external/lldb/include/lldb/Target/
DPathMappingList.h141 FindFile (const FileSpec &orig_spec, FileSpec &new_spec) const;
/external/lldb/include/lldb/Core/
DModuleList.h441 FindSourceFile (const FileSpec &orig_spec, FileSpec &new_spec) const;
DModule.h913 FindSourceFile (const FileSpec &orig_spec, FileSpec &new_spec) const;
/external/lldb/source/Core/
DModuleList.cpp651 ModuleList::FindSourceFile (const FileSpec &orig_spec, FileSpec &new_spec) const in FindSourceFile()
657 if ((*pos)->FindSourceFile (orig_spec, new_spec)) in FindSourceFile()
DModule.cpp1476 Module::FindSourceFile (const FileSpec &orig_spec, FileSpec &new_spec) const in FindSourceFile()
1479 return m_source_mappings.FindFile (orig_spec, new_spec); in FindSourceFile()