Searched refs:GetModuleAtIndex (Results 1 – 13 of 13) sorted by relevance
210 module_sp = modules.GetModuleAtIndex(idx); in GetObjCModule()304 lldb::ModuleSP module_sp = modules.GetModuleAtIndex(idx); in GetFoundationVersion()576 auto mod = module_list.GetModuleAtIndex(i); in ReadObjCLibraryIfNeeded()
77 ModuleSP module_sp(target->GetImages().GetModuleAtIndex(i)); in AutoComplete()
200 lldb::SBModule module = sbTarget.GetModuleAtIndex(i); in PrintFnSharedLibrary()
335 ModuleSP ModuleList::GetModuleAtIndex(size_t idx) const { in GetModuleAtIndex() function in ModuleList807 module_sp = matching_module_list.GetModuleAtIndex(module_idx); in GetSharedModule()955 module_sp = matching_module_list.GetModuleAtIndex(0); in GetSharedModule()
228 lldb::ModuleSP GetModuleAtIndex(size_t idx) const;
1382 ModuleSP module_sp = m_images.GetModuleAtIndex(i); in GetExecutableModule()1390 return m_images.GetModuleAtIndex(0); in GetExecutableModule()1694 matchingModules.GetModuleAtIndex(i))) in ModuleIsExcludedForUnconstrainedSearches()2100 old_module_sp = found_modules.GetModuleAtIndex(0); in GetSharedModule()2677 ModuleSP module_sp(modules.GetModuleAtIndex(idx)); in Install()2749 UnloadModuleSections(module_list.GetModuleAtIndex(i)); in UnloadModuleSections()4201 m_module_list.GetModuleAtIndex(i)->GetDescription( in Dump()
312 lldb::SBModule GetModuleAtIndex(uint32_t idx);
138 return SBModule(module_list.GetModuleAtIndex(idx)); in GetModuleAtIndexFromEvent()1680 SBModule SBTarget::GetModuleAtIndex(uint32_t idx) { in GetModuleAtIndex() function in SBTarget1688 module_sp = target_sp->GetImages().GetModuleAtIndex(idx); in GetModuleAtIndex()1793 ModuleSP module_sp(module_list.GetModuleAtIndex(idx)); in FindFirstType()
339 ModuleSP module_sp(module_list.GetModuleAtIndex(i)); in GetSymbolContextsForAddress()1053 ModuleSP module_sp(module_list.GetModuleAtIndex(i)); in DoExecute()
2724 module_list.GetModuleAtIndex(0)->GetFileSpec(); in DoExecute()2738 module_list.GetModuleAtIndex(0)->GetFileSpec(); in DoExecute()4229 ModuleSP module_sp(matching_module_list.GetModuleAtIndex(0)); in AddModuleSymbols()
1335 auto module_sp = module_list.GetModuleAtIndex(i); in ModulesDidLoad()
4880 const lldb::ModuleSP loaded_module = loaded_modules.GetModuleAtIndex(i); in LoadModules()4884 if (new_modules.GetModuleAtIndex(j).get() == loaded_module.get()) in LoadModules()
1025 auto mod = module_list.GetModuleAtIndex(i); in ModulesDidLoad()