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

/external/lldb/include/lldb/Target/
H A DPathMappingList.h123 /// Tries to resolve \a orig_spec by checking the path remappings.
129 /// @param[in] orig_spec
136 /// /b true if \a orig_spec was successfully located and
141 FindFile (const FileSpec &orig_spec, FileSpec &new_spec) const;
/external/lldb/source/Target/
H A DPathMappingList.cpp226 PathMappingList::FindFile (const FileSpec &orig_spec, FileSpec &new_spec) const argument
232 const size_t orig_path_len = orig_spec.GetPath (orig_path, sizeof(orig_path));
/external/lldb/include/lldb/Core/
H A DModule.h895 /// Tries to resolve \a orig_spec by checking the module source path
901 /// @param[in] orig_spec
908 /// /b true if \a orig_spec was successfully located and
913 FindSourceFile (const FileSpec &orig_spec, FileSpec &new_spec) const;
H A DModuleList.h441 FindSourceFile (const FileSpec &orig_spec, FileSpec &new_spec) const;
/external/lldb/source/Core/
H A DModuleList.cpp651 ModuleList::FindSourceFile (const FileSpec &orig_spec, FileSpec &new_spec) const argument
657 if ((*pos)->FindSourceFile (orig_spec, new_spec))
H A DModule.cpp1476 Module::FindSourceFile (const FileSpec &orig_spec, FileSpec &new_spec) const argument
1479 return m_source_mappings.FindFile (orig_spec, new_spec);

Completed in 348 milliseconds