Searched refs:GetModuleAtIndex (Results 1 – 17 of 17) sorted by relevance
55 return self.sbtarget.GetModuleAtIndex(key)59 module = self.sbtarget.GetModuleAtIndex(idx)64 module = self.sbtarget.GetModuleAtIndex(idx)72 module = self.sbtarget.GetModuleAtIndex(idx)79 module = self.sbtarget.GetModuleAtIndex(idx)85 module = self.sbtarget.GetModuleAtIndex(idx)102 modules.append(self.GetModuleAtIndex(idx))
73 ModuleSP module_sp(target->GetImages().GetModuleAtIndex(i)); in AutoComplete()
234 module_sp = modules.GetModuleAtIndex(idx); in GetObjCModule()332 lldb::ModuleSP module_sp = modules.GetModuleAtIndex(idx); in GetFoundationVersion()619 auto mod = module_list.GetModuleAtIndex(i); in ReadObjCLibraryIfNeeded()
60 auto mod = modules.GetModuleAtIndex(i); in ScanForGNUstepObjCLibraryCandidate()
244 lldb::ModuleSP GetModuleAtIndex(size_t idx) const;
429 ModuleSP ModuleList::GetModuleAtIndex(size_t idx) const { in GetModuleAtIndex() function in ModuleList820 module_sp = matching_module_list.GetModuleAtIndex(module_idx); in GetSharedModule()970 module_sp = matching_module_list.GetModuleAtIndex(0); in GetSharedModule()
251 ModuleSP module_sp(module_list.GetModuleAtIndex(i)); in BuildModulesSection()
237 auto mod = module_list.GetModuleAtIndex(i); in ReadObjCLibraryIfNeeded()
1425 ModuleSP module_sp = m_images.GetModuleAtIndex(i); in GetExecutableModule()1433 return m_images.GetModuleAtIndex(0); in GetExecutableModule()1694 ModuleSP module_sp(module_list.GetModuleAtIndex(idx)); in ModulesDidLoad()1777 matchingModules.GetModuleAtIndex(i))) in ModuleIsExcludedForUnconstrainedSearches()2776 ModuleSP module_sp(modules.GetModuleAtIndex(idx)); in GetEntryPointAddress()3069 ModuleSP module_sp(modules.GetModuleAtIndex(idx)); in Install()3139 UnloadModuleSections(module_list.GetModuleAtIndex(i)); in UnloadModuleSections()4905 m_module_list.GetModuleAtIndex(i)->GetDescription( in Dump()
310 ModuleSP module_sp(module_list.GetModuleAtIndex(i)); in GetSymbolContextsForAddress()976 ModuleSP module_sp(module_list.GetModuleAtIndex(i)); in DoExecute()
2895 module_list.GetModuleAtIndex(0)->GetFileSpec(); in DoExecute()2909 module_list.GetModuleAtIndex(0)->GetFileSpec(); in DoExecute()4354 ModuleSP module_sp(matching_modules.GetModuleAtIndex(0)); in AddModuleSymbols()
314 lldb::SBModule GetModuleAtIndex(uint32_t idx);
144 return SBModule(module_list.GetModuleAtIndex(idx)); in GetModuleAtIndexFromEvent()1702 SBModule SBTarget::GetModuleAtIndex(uint32_t idx) { in GetModuleAtIndex() function in SBTarget1710 module_sp = target_sp->GetImages().GetModuleAtIndex(idx); in GetModuleAtIndex()
1261 auto module_sp = module_list.GetModuleAtIndex(i); in ModulesDidLoad()
319 ModuleSP mod = modules.GetModuleAtIndex(i); in AddModuleList()
5109 const lldb::ModuleSP loaded_module = loaded_modules.GetModuleAtIndex(i); in LoadModules()5113 if (new_modules.GetModuleAtIndex(j).get() == loaded_module.get()) in LoadModules()
55667 result = (arg1)->GetModuleAtIndex(arg2); in _wrap_SBTarget_GetModuleAtIndex()