Searched refs:GetModulePointerAtIndex (Results 1 – 4 of 4) sorted by relevance
249 Module *GetModulePointerAtIndex(size_t idx) const;
2098 target->GetImages().GetModulePointerAtIndex(image_idx)); in DoExecute()2113 Module *module = module_list.GetModulePointerAtIndex(i); in DoExecute()2252 Module *m = module_list.GetModulePointerAtIndex(i); in DoExecute()2317 Module *module = module_list.GetModulePointerAtIndex(i); in DoExecute()2721 Module *module = matching_modules.GetModulePointerAtIndex(0); in DoExecute()2869 if (matching_modules.GetModulePointerAtIndex(i) in DoExecute()3928 Module *module = module_list.GetModulePointerAtIndex(j); in DoExecute()
502 Module *module = module_list.GetModulePointerAtIndex(i); in DumpLinesForFile()
404 Module *ModuleList::GetModulePointerAtIndex(size_t idx) const { in GetModulePointerAtIndex() function in ModuleList