Searched refs:FindFirstModule (Results 1 – 12 of 12) sorted by relevance
128 ModuleSP module_sp = target.GetImages().FindFirstModule(module_spec); in SearchCallback()
354 lldb::ModuleSP FindFirstModule(const ModuleSpec &module_spec) const;
825 target.GetImages().FindFirstModule(reexport_module_spec); in FindBestGlobalDataSymbol()829 target.GetImages().FindFirstModule(reexport_module_spec); in FindBestGlobalDataSymbol()971 m_target_sp ? m_target_sp->GetImages().FindFirstModule(module_spec) in AddSpecification()
476 module_sp = target.GetImages().FindFirstModule(module_spec); in ResolveReExportedSymbolInModuleSpec()482 module_sp = target.GetImages().FindFirstModule(module_spec); in ResolveReExportedSymbolInModuleSpec()
157 if (ModuleSP module_sp = target.GetImages().FindFirstModule(module_spec)) in FindModuleViaTarget()
626 ModuleSP ModuleList::FindFirstModule(const ModuleSpec &module_spec) const { in FindFirstModule() function in ModuleList
384 ModuleSP module_sp = loaded_modules.FindFirstModule(module_spec); in RefreshModules()
477 ModuleSP module_sp = loaded_modules.FindFirstModule(module_spec); in RefreshModules()
562 target.GetImages().FindFirstModule(reexport_module_spec); in GetSymbolAddress()566 target.GetImages().FindFirstModule(reexport_module_spec); in GetSymbolAddress()
935 target->GetImages().FindFirstModule(module_spec)); in DoExecute()4458 ModuleSP module_sp(target->GetImages().FindFirstModule(module_spec)); in AddSymbolsForFile()
1592 sb_module.SetSP(target_sp->GetImages().FindFirstModule(module_spec)); in FindModule()
2169 module_sp = m_images.FindFirstModule(module_spec); in GetOrCreateModule()