Home
last modified time | relevance | path

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

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