Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Default/
H A DSymbolLocatorDefault.cpp54 DownloadObjectAndSymbolFile); in Initialize()
234 bool SymbolLocatorDefault::DownloadObjectAndSymbolFile(ModuleSpec &module_spec, in DownloadObjectAndSymbolFile() function in SymbolLocatorDefault
H A DSymbolLocatorDefault.h57 static bool DownloadObjectAndSymbolFile(ModuleSpec &module_spec,
/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolLocator.cpp37 if (!PluginManager::DownloadObjectAndSymbolFile(module_spec, error, in DownloadSymbolFileAsync()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
H A DSymbolLocatorDebugSymbols.h57 static bool DownloadObjectAndSymbolFile(ModuleSpec &module_spec,
H A DSymbolLocatorDebugSymbols.cpp68 DownloadObjectAndSymbolFile, FindSymbolFileInBundle); in Initialize()
449 if (PluginManager::DownloadObjectAndSymbolFile(mutable_mod_spec, error, in LookForDsymNextToExecutablePath()
1022 bool SymbolLocatorDebugSymbols::DownloadObjectAndSymbolFile( in DownloadObjectAndSymbolFile() function in SymbolLocatorDebugSymbols
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDynamicLoader.cpp234 PluginManager::DownloadObjectAndSymbolFile(module_spec, error, in LoadBinaryWithUUIDAndAddress()
H A DPluginManager.cpp1167 bool PluginManager::DownloadObjectAndSymbolFile(ModuleSpec &module_spec, in DownloadObjectAndSymbolFile() function in PluginManager
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DPluginManager.h372 static bool DownloadObjectAndSymbolFile(ModuleSpec &module_spec,
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp2819 if (PluginManager::DownloadObjectAndSymbolFile(module_spec, error)) { in DoExecute()
4512 bool DownloadObjectAndSymbolFile(ModuleSpec &module_spec, in DownloadObjectAndSymbolFile() function in CommandObjectTargetSymbolsAdd
4515 if (PluginManager::DownloadObjectAndSymbolFile(module_spec, error)) { in DownloadObjectAndSymbolFile()
4532 if (!DownloadObjectAndSymbolFile(module_spec, result, flush)) { in AddSymbolsForUUID()
4561 if (!DownloadObjectAndSymbolFile(module_spec, result, flush)) { in AddSymbolsForFile()
4611 if (!DownloadObjectAndSymbolFile(module_spec, result, flush)) { in AddSymbolsForFrame()
4662 if (DownloadObjectAndSymbolFile(module_spec, result, current_frame_flush)) in AddSymbolsForStack()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/
H A DDynamicLoaderFreeBSDKernel.cpp347 if (PluginManager::DownloadObjectAndSymbolFile(module_spec, error, in LoadImageUsingMemoryModule()
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1528 if (PluginManager::DownloadObjectAndSymbolFile(*module_spec.m_opaque_up, in AddModule()