Searched refs:GetModulePointerAtIndex (Results 1 – 4 of 4) sorted by relevance
270 Module *GetModulePointerAtIndex(size_t idx) const;
2126 target->GetImages().GetModulePointerAtIndex(image_idx)); in DoExecute()2144 Module *module = module_list.GetModulePointerAtIndex(i); in DoExecute()2285 Module *m = module_list.GetModulePointerAtIndex(i); in DoExecute()2354 Module *module = module_list.GetModulePointerAtIndex(i); in DoExecute()2582 Module *module = module_list.GetModulePointerAtIndex(i); in DoExecute()2934 Module *module = matching_modules.GetModulePointerAtIndex(0); in DoExecute()3082 if (matching_modules.GetModulePointerAtIndex(i) in DoExecute()4125 Module *module = module_list.GetModulePointerAtIndex(j); in DoExecute()
495 Module *module = module_list.GetModulePointerAtIndex(i); in DumpLinesForFile()
422 Module *ModuleList::GetModulePointerAtIndex(size_t idx) const { in GetModulePointerAtIndex() function in ModuleList