Home
last modified time | relevance | path

Searched refs:DownloadObjectAndSymbolFile (Results 1 – 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Default/
HDSymbolLocatorDefault.h57 static bool DownloadObjectAndSymbolFile(ModuleSpec &module_spec,
HDSymbolLocatorDefault.cpp58 DownloadObjectAndSymbolFile); in Initialize()
256 bool SymbolLocatorDefault::DownloadObjectAndSymbolFile(ModuleSpec &module_spec, in DownloadObjectAndSymbolFile() function in SymbolLocatorDefault
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
HDSymbolLocator.cpp36 if (!PluginManager::DownloadObjectAndSymbolFile(module_spec, error, in DownloadSymbolFileAsync()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
HDSymbolLocatorDebugSymbols.h57 static bool DownloadObjectAndSymbolFile(ModuleSpec &module_spec,
HDSymbolLocatorDebugSymbols.cpp68 DownloadObjectAndSymbolFile, FindSymbolFileInBundle); in Initialize()
449 if (PluginManager::DownloadObjectAndSymbolFile(mutable_mod_spec, error, in LookForDsymNextToExecutablePath()
1026 bool SymbolLocatorDebugSymbols::DownloadObjectAndSymbolFile( in DownloadObjectAndSymbolFile() function in SymbolLocatorDebugSymbols
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
HDDynamicLoader.cpp252 PluginManager::DownloadObjectAndSymbolFile(module_spec, error, in LoadBinaryWithUUIDAndAddress()
HDPluginManager.cpp1193 bool PluginManager::DownloadObjectAndSymbolFile(ModuleSpec &module_spec, in DownloadObjectAndSymbolFile() function in PluginManager
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDPluginManager.h372 static bool DownloadObjectAndSymbolFile(ModuleSpec &module_spec,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectTarget.cpp2743 if (PluginManager::DownloadObjectAndSymbolFile(module_spec, error)) { in DoExecute()
4419 bool DownloadObjectAndSymbolFile(ModuleSpec &module_spec, in DownloadObjectAndSymbolFile() function in CommandObjectTargetSymbolsAdd
4422 if (PluginManager::DownloadObjectAndSymbolFile(module_spec, error)) { in DownloadObjectAndSymbolFile()
4439 if (!DownloadObjectAndSymbolFile(module_spec, result, flush)) { in AddSymbolsForUUID()
4468 if (!DownloadObjectAndSymbolFile(module_spec, result, flush)) { in AddSymbolsForFile()
4515 if (!DownloadObjectAndSymbolFile(module_spec, result, flush)) { in AddSymbolsForFrame()
4562 if (DownloadObjectAndSymbolFile(module_spec, result, current_frame_flush)) in AddSymbolsForStack()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/
HDDynamicLoaderFreeBSDKernel.cpp347 if (PluginManager::DownloadObjectAndSymbolFile(module_spec, error, in LoadImageUsingMemoryModule()
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
HDSBTarget.cpp1535 if (PluginManager::DownloadObjectAndSymbolFile(*module_spec.m_opaque_up, in AddModule()