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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DPathMappingList.h88 /// Tries to resolve \a orig_spec by checking the path remappings.
94 /// \param[in] orig_spec
101 /// /b true if \a orig_spec was successfully located and
104 bool FindFile(const FileSpec &orig_spec, FileSpec &new_spec) const;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DPathMappingList.cpp200 bool PathMappingList::FindFile(const FileSpec &orig_spec, argument
205 std::string orig_path = orig_spec.GetPath();
210 bool orig_is_relative = orig_spec.IsRelative();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h352 bool FindSourceFile(const FileSpec &orig_spec, FileSpec &new_spec) const;
H A DModule.h824 /// Tries to resolve \a orig_spec by checking the module source path
829 /// \param[in] orig_spec
836 /// /b true if \a orig_spec was successfully located and
839 bool FindSourceFile(const FileSpec &orig_spec, FileSpec &new_spec) const;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp522 bool ModuleList::FindSourceFile(const FileSpec &orig_spec, argument
527 if ((*pos)->FindSourceFile(orig_spec, new_spec))
H A DModule.cpp1582 bool Module::FindSourceFile(const FileSpec &orig_spec, argument
1585 return m_source_mappings.FindFile(orig_spec, new_spec);

Completed in 302 milliseconds