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

/freebsd-11.0-release/contrib/llvm/tools/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;
/freebsd-11.0-release/contrib/llvm/tools/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));
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModuleList.h456 FindSourceFile (const FileSpec &orig_spec, FileSpec &new_spec) const;
H A DModule.h1009 /// Tries to resolve \a orig_spec by checking the module source path
1015 /// @param[in] orig_spec
1022 /// /b true if \a orig_spec was successfully located and
1027 FindSourceFile (const FileSpec &orig_spec, FileSpec &new_spec) const;
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DModuleList.cpp699 ModuleList::FindSourceFile (const FileSpec &orig_spec, FileSpec &new_spec) const argument
705 if ((*pos)->FindSourceFile (orig_spec, new_spec))
H A DModule.cpp1713 Module::FindSourceFile (const FileSpec &orig_spec, FileSpec &new_spec) const argument
1716 return m_source_mappings.FindFile (orig_spec, new_spec);

Completed in 183 milliseconds