Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Android/
H A DPlatformAndroid.h67 Status DownloadSymbolFile(const lldb::ModuleSP &module_sp,
H A DPlatformAndroid.cpp281 Status PlatformAndroid::DownloadSymbolFile(const lldb::ModuleSP &module_sp, in DownloadSymbolFile() function in PlatformAndroid
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DPlatform.h951 virtual Status DownloadSymbolFile(const lldb::ModuleSP &module_sp,
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DPlatform.cpp1601 return DownloadSymbolFile(module_sp, tmp_download_file_spec); in GetCachedSharedModule()
1661 Status Platform::DownloadSymbolFile(const lldb::ModuleSP &module_sp, in DownloadSymbolFile() function in Platform