Home
last modified time | relevance | path

Searched refs:orig_spec (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/lldb/source/Target/
DPathMappingList.cpp200 bool PathMappingList::FindFile(const FileSpec &orig_spec, in FindFile() argument
205 std::string orig_path = orig_spec.GetPath(); in FindFile()
210 bool orig_is_relative = orig_spec.IsRelative(); in FindFile()
/external/llvm-project/lldb/include/lldb/Target/
DPathMappingList.h104 bool FindFile(const FileSpec &orig_spec, FileSpec &new_spec) const;
/external/llvm-project/lldb/include/lldb/Core/
DModuleList.h366 bool FindSourceFile(const FileSpec &orig_spec, FileSpec &new_spec) const;
DModule.h842 bool FindSourceFile(const FileSpec &orig_spec, FileSpec &new_spec) const;
/external/llvm-project/lldb/source/Core/
DModuleList.cpp563 bool ModuleList::FindSourceFile(const FileSpec &orig_spec, in FindSourceFile() argument
568 if ((*pos)->FindSourceFile(orig_spec, new_spec)) in FindSourceFile()
DModule.cpp1612 bool Module::FindSourceFile(const FileSpec &orig_spec, in FindSourceFile() argument
1615 return m_source_mappings.FindFile(orig_spec, new_spec); in FindSourceFile()