Searched refs:GetModuleAtIndex (Results 1 – 14 of 14) sorted by relevance
366 GetModuleAtIndex (uint32_t idx);999 return self.sbtarget.GetModuleAtIndex(key)1003 module = self.sbtarget.GetModuleAtIndex(idx)1008 module = self.sbtarget.GetModuleAtIndex(idx)1016 module = self.sbtarget.GetModuleAtIndex(idx)1023 module = self.sbtarget.GetModuleAtIndex(idx)1029 module = self.sbtarget.GetModuleAtIndex(idx)1046 modules.append(self.GetModuleAtIndex(idx))
73 ModuleSP module_sp(target->GetImages().GetModuleAtIndex(i)); in AutoComplete()
226 module_sp = modules.GetModuleAtIndex(idx); in GetObjCModule()324 lldb::ModuleSP module_sp = modules.GetModuleAtIndex(idx); in GetFoundationVersion()614 auto mod = module_list.GetModuleAtIndex(i); in ReadObjCLibraryIfNeeded()
212 lldb::ModuleSP GetModuleAtIndex(size_t idx) const;
353 ModuleSP ModuleList::GetModuleAtIndex(size_t idx) const { in GetModuleAtIndex() function in ModuleList777 module_sp = matching_module_list.GetModuleAtIndex(module_idx); in GetSharedModule()927 module_sp = matching_module_list.GetModuleAtIndex(0); in GetSharedModule()
1351 ModuleSP module_sp = m_images.GetModuleAtIndex(i); in GetExecutableModule()1359 return m_images.GetModuleAtIndex(0); in GetExecutableModule()1617 ModuleSP module_sp(module_list.GetModuleAtIndex(idx)); in ModulesDidLoad()1669 matchingModules.GetModuleAtIndex(i))) in ModuleIsExcludedForUnconstrainedSearches()2497 ModuleSP module_sp(modules.GetModuleAtIndex(idx)); in GetEntryPointAddress()2792 ModuleSP module_sp(modules.GetModuleAtIndex(idx)); in Install()2862 UnloadModuleSections(module_list.GetModuleAtIndex(i)); in UnloadModuleSections()4399 m_module_list.GetModuleAtIndex(i)->GetDescription( in Dump()
156 return LLDB_RECORD_RESULT(SBModule(module_list.GetModuleAtIndex(idx))); in GetModuleAtIndexFromEvent()1767 SBModule SBTarget::GetModuleAtIndex(uint32_t idx) { in GetModuleAtIndex() function in SBTarget1768 LLDB_RECORD_METHOD(lldb::SBModule, SBTarget, GetModuleAtIndex, (uint32_t), in GetModuleAtIndex()1776 module_sp = target_sp->GetImages().GetModuleAtIndex(idx); in GetModuleAtIndex()1888 ModuleSP module_sp(module_list.GetModuleAtIndex(idx)); in FindFirstType()2686 LLDB_REGISTER_METHOD(lldb::SBModule, SBTarget, GetModuleAtIndex, in RegisterMethods()
298 lldb::SBModule GetModuleAtIndex(uint32_t idx);
311 ModuleSP module_sp(module_list.GetModuleAtIndex(i)); in GetSymbolContextsForAddress()1017 ModuleSP module_sp(module_list.GetModuleAtIndex(i)); in DoExecute()
2624 module_list.GetModuleAtIndex(0)->GetFileSpec(); in DoExecute()2638 module_list.GetModuleAtIndex(0)->GetFileSpec(); in DoExecute()4078 ModuleSP module_sp(matching_modules.GetModuleAtIndex(0)); in AddModuleSymbols()
1284 auto module_sp = module_list.GetModuleAtIndex(i); in ModulesDidLoad()
4906 const lldb::ModuleSP loaded_module = loaded_modules.GetModuleAtIndex(i); in LoadModules()4910 if (new_modules.GetModuleAtIndex(j).get() == loaded_module.get()) in LoadModules()
1010 auto mod = module_list.GetModuleAtIndex(i); in ModulesDidLoad()
48054 result = (arg1)->GetModuleAtIndex(arg2); in _wrap_SBTarget_GetModuleAtIndex()