Home
last modified time | relevance | path

Searched refs:FindFirstModule (Results 1 – 14 of 14) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DSystemRuntimeMacOSX.cpp277 ModuleSP module_sp(m_process->GetTarget().GetImages().FindFirstModule( in ReadLibdispatchOffsetsAddress()
287 module_sp = m_process->GetTarget().GetImages().FindFirstModule( in ReadLibdispatchOffsetsAddress()
331 ModuleSP module_sp(m_process->GetTarget().GetImages().FindFirstModule( in ReadLibpthreadOffsetsAddress()
379 ModuleSP module_sp(m_process->GetTarget().GetImages().FindFirstModule( in ReadLibdispatchTSDIndexesAddress()
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointResolverAddress.cpp130 ModuleSP module_sp = target.GetImages().FindFirstModule(module_spec); in SearchCallback()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DSymbol.cpp422 module_sp = target.GetImages().FindFirstModule(module_spec); in ResolveReExportedSymbolInModuleSpec()
428 module_sp = target.GetImages().FindFirstModule(module_spec); in ResolveReExportedSymbolInModuleSpec()
H A DSymbolContext.cpp813 target.GetImages().FindFirstModule(reexport_module_spec); in FindBestGlobalDataSymbol()
817 target.GetImages().FindFirstModule(reexport_module_spec); in FindBestGlobalDataSymbol()
959 m_target_sp ? m_target_sp->GetImages().FindFirstModule(module_spec) in AddSpecification()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DModuleList.h333 lldb::ModuleSP FindFirstModule(const ModuleSpec &module_spec) const;
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDynamicLoader.cpp156 if (ModuleSP module_sp = target.GetImages().FindFirstModule(module_spec)) in FindModuleViaTarget()
H A DModuleList.cpp623 ModuleSP ModuleList::FindFirstModule(const ModuleSpec &module_spec) const { in FindFirstModule() function in ModuleList
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp384 ModuleSP module_sp = loaded_modules.FindFirstModule(module_spec); in RefreshModules()
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.cpp117 ModuleSP module_sp(target_images.FindFirstModule(module_spec)); in FindTargetModuleForImageInfo()
669 target_images.FindFirstModule(module_spec)); in AddModulesUsingImageInfos()
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp482 ModuleSP module_sp = loaded_modules.FindFirstModule(module_spec); in RefreshModules()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp568 target.GetImages().FindFirstModule(reexport_module_spec); in GetSymbolAddress()
572 target.GetImages().FindFirstModule(reexport_module_spec); in GetSymbolAddress()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectTarget.cpp934 target->GetImages().FindFirstModule(module_spec)); in DoExecute()
4271 ModuleSP module_sp(target->GetImages().FindFirstModule(module_spec)); in AddSymbolsForFile()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBTarget.cpp1552 sb_module.SetSP(target_sp->GetImages().FindFirstModule(module_spec)); in FindModule()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp2122 module_sp = m_images.FindFirstModule(module_spec); in GetOrCreateModule()