Searched refs:GetModulePointerAtIndex (Results 1 – 4 of 4) sorted by relevance
249 Module *GetModulePointerAtIndex(size_t idx) const;
2193 target->GetImages().GetModulePointerAtIndex(image_idx)); in DoExecute()2211 Module *module = module_list.GetModulePointerAtIndex(i); in DoExecute()2353 Module *m = module_list.GetModulePointerAtIndex(i); in DoExecute()2422 Module *module = module_list.GetModulePointerAtIndex(i); in DoExecute()2650 Module *module = module_list.GetModulePointerAtIndex(i); in DoExecute()3010 Module *module = matching_modules.GetModulePointerAtIndex(0); in DoExecute()3158 if (matching_modules.GetModulePointerAtIndex(i) in DoExecute()4210 Module *module = module_list.GetModulePointerAtIndex(j); in DoExecute()
495 Module *module = module_list.GetModulePointerAtIndex(i); in DumpLinesForFile()
417 Module *ModuleList::GetModulePointerAtIndex(size_t idx) const { in GetModulePointerAtIndex() function in ModuleList