Searched refs:GetModuleAtIndexUnlocked (Results 1 – 3 of 3) sorted by relevance
258 lldb::ModuleSP GetModuleAtIndexUnlocked(size_t idx) const;
431 return GetModuleAtIndexUnlocked(idx); in GetModuleAtIndex()434 ModuleSP ModuleList::GetModuleAtIndexUnlocked(size_t idx) const { in GetModuleAtIndexUnlocked() function in ModuleList
3262 module_sp = module_list_ptr->GetModuleAtIndexUnlocked(image_idx); in DoExecute()