Searched refs:GetModulePointerAtIndex (Results 1 – 4 of 4) sorted by relevance
216 GetModulePointerAtIndex (size_t idx) const;
2237 Module *module = module_list.GetModulePointerAtIndex(i); in DoExecute()2340 …ns (m_interpreter, result.GetOutputStream(), target->GetImages().GetModulePointerAtIndex(image_idx… in DoExecute()2362 Module *module = module_list.GetModulePointerAtIndex(i); in DoExecute()2470 Module *module = module_list.GetModulePointerAtIndex(i); in DoExecute()2882 Module *module = matching_modules.GetModulePointerAtIndex(0); in DoExecute()3024 … if (matching_modules.GetModulePointerAtIndex(i)->GetFileSpec().GetPath (path, sizeof(path))) in DoExecute()4172 Module *module = module_list.GetModulePointerAtIndex(j); in DoExecute()
302 ModuleList::GetModulePointerAtIndex (size_t idx) const in GetModulePointerAtIndex() function in ModuleList
999 return m_images.GetModulePointerAtIndex(0); in GetExecutableModulePointer()