Searched refs:GetModuleAtIndexUnlocked (Results 1 – 10 of 10) sorted by relevance
91 ModuleSP module_sp(module_list.GetModuleAtIndexUnlocked(idx)); in LoadAllImagesAtFileAddresses()
240 ModuleSP module_sp(modules.GetModuleAtIndexUnlocked(i)); in SearchInModuleList()276 ModuleSP module_sp(target_images.GetModuleAtIndexUnlocked(i)); in DoModuleIteration()824 lldb::ModuleSP module_sp = target_images.GetModuleAtIndexUnlocked(i); in Search()
337 return GetModuleAtIndexUnlocked(idx); in GetModuleAtIndex()340 ModuleSP ModuleList::GetModuleAtIndexUnlocked(size_t idx) const { in GetModuleAtIndexUnlocked() function in ModuleList
244 lldb::ModuleSP GetModuleAtIndexUnlocked(size_t idx) const;
461 target_modules.GetModuleAtIndexUnlocked(i))) { in InitializeVTableSymbols()462 m_objc_module_sp = target_modules.GetModuleAtIndexUnlocked(i); in InitializeVTableSymbols()
367 ModuleSP module_sp = target_modules.GetModuleAtIndexUnlocked(i); in GetObjCVersion()
821 lldb::ModuleSP image = target_images.GetModuleAtIndexUnlocked(i); in FindExternalVisibleDecls()1895 lldb::ModuleSP image = target_images.GetModuleAtIndexUnlocked(i); in CompleteNamespaceMap()
593 ModuleSP module_sp(module_list.GetModuleAtIndexUnlocked(i)); in ModulesChanged()
3141 module_sp = module_list_ptr->GetModuleAtIndexUnlocked(image_idx); in DoExecute()
3205 ModuleSP module_sp(target_modules.GetModuleAtIndexUnlocked(i)); in CompleteAttach()