Searched refs:FindFirstModule (Results 1 – 12 of 12) sorted by relevance
128 ModuleSP module_sp = target.GetImages().FindFirstModule(module_spec); in SearchCallback()
333 lldb::ModuleSP FindFirstModule(const ModuleSpec &module_spec) const;
816 target.GetImages().FindFirstModule(reexport_module_spec); in FindBestGlobalDataSymbol()820 target.GetImages().FindFirstModule(reexport_module_spec); in FindBestGlobalDataSymbol()962 m_target_sp ? m_target_sp->GetImages().FindFirstModule(module_spec) in AddSpecification()
480 module_sp = target.GetImages().FindFirstModule(module_spec); in ResolveReExportedSymbolInModuleSpec()486 module_sp = target.GetImages().FindFirstModule(module_spec); in ResolveReExportedSymbolInModuleSpec()
156 if (ModuleSP module_sp = target.GetImages().FindFirstModule(module_spec)) in FindModuleViaTarget()
621 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()
563 target.GetImages().FindFirstModule(reexport_module_spec); in GetSymbolAddress()567 target.GetImages().FindFirstModule(reexport_module_spec); in GetSymbolAddress()
966 target->GetImages().FindFirstModule(module_spec)); in DoExecute()4551 ModuleSP module_sp(target->GetImages().FindFirstModule(module_spec)); in AddSymbolsForFile()
1585 sb_module.SetSP(target_sp->GetImages().FindFirstModule(module_spec)); in FindModule()
2174 module_sp = m_images.FindFirstModule(module_spec); in GetOrCreateModule()