Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h987 virtual Status DownloadSymbolFile(const lldb::ModuleSP &module_sp,
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1710 return DownloadSymbolFile(module_sp, tmp_download_file_spec); in GetCachedSharedModule()
1770 Status Platform::DownloadSymbolFile(const lldb::ModuleSP &module_sp, in DownloadSymbolFile() function in Platform