Home
last modified time | relevance | path

Searched refs:DownloadModuleSlice (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h982 virtual Status DownloadModuleSlice(const FileSpec &src_file_spec,
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1703 return DownloadModuleSlice( in GetCachedSharedModule()
1722 Status Platform::DownloadModuleSlice(const FileSpec &src_file_spec, in DownloadModuleSlice() function in Platform