Home
last modified time | relevance | path

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

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