Searched refs:FindFirstModule (Results 1 – 12 of 12) sorted by relevance
164 if ((module_sp = modules.FindFirstModule(module_spec))) { in LoadModuleAtAddress()201 if ((module_sp = modules.FindFirstModule(new_module_spec))) { in LoadModuleAtAddress()
608 ModuleSP ModuleList::FindFirstModule(const ModuleSpec &module_spec) const { in FindFirstModule() function in ModuleList
140 ModuleSP module_sp = target.GetImages().FindFirstModule(module_spec); in SearchCallback()
417 module_sp = target.GetImages().FindFirstModule(module_spec); in ResolveReExportedSymbolInModuleSpec()423 module_sp = target.GetImages().FindFirstModule(module_spec); in ResolveReExportedSymbolInModuleSpec()
849 target.GetImages().FindFirstModule(reexport_module_spec); in FindBestGlobalDataSymbol()855 target.GetImages().FindFirstModule(reexport_module_spec); in FindBestGlobalDataSymbol()1000 m_target_sp->GetImages().FindFirstModule(module_spec)); in AddSpecification()
405 lldb::ModuleSP FindFirstModule(const ModuleSpec &module_spec) const;
395 ModuleSP module_sp = loaded_modules.FindFirstModule(module_spec); in RefreshModules()
445 ModuleSP module_sp = loaded_modules.FindFirstModule(module_spec); in RefreshModules()
651 target.GetImages().FindFirstModule(reexport_module_spec); in GetSymbolAddress()655 target.GetImages().FindFirstModule(reexport_module_spec); in GetSymbolAddress()
958 target->GetImages().FindFirstModule(module_spec)); in DoExecute()4373 target->GetImages().FindFirstModule(module_spec)); in DoExecute()
1620 sb_module.SetSP(target_sp->GetImages().FindFirstModule(module_spec)); in FindModule()
1994 module_sp = m_images.FindFirstModule(module_spec); in GetSharedModule()