Searched refs:FindFirstModule (Results 1 – 12 of 12) sorted by relevance
131 ModuleSP module_sp = target.GetImages().FindFirstModule(module_spec); in SearchCallback()
355 lldb::ModuleSP FindFirstModule(const ModuleSpec &module_spec) const;
775 target.GetImages().FindFirstModule(reexport_module_spec); in FindBestGlobalDataSymbol()779 target.GetImages().FindFirstModule(reexport_module_spec); in FindBestGlobalDataSymbol()953 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()
165 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()
563 target.GetImages().FindFirstModule(reexport_module_spec); in GetSymbolAddress()567 target.GetImages().FindFirstModule(reexport_module_spec); in GetSymbolAddress()
522 ModuleSP module_sp = loaded_modules.FindFirstModule(module_spec); in RefreshModules()
938 target->GetImages().FindFirstModule(module_spec)); in DoExecute()4471 ModuleSP module_sp(target->GetImages().FindFirstModule(module_spec)); in AddSymbolsForFile()
1553 sb_module.SetSP(target_sp->GetImages().FindFirstModule(module_spec)); in FindModule()
2349 module_sp = m_images.FindFirstModule(module_spec); in GetOrCreateModule()