Searched refs:GetModulePointerAtIndex (Results 1 – 4 of 4) sorted by relevance
258 Module *GetModulePointerAtIndex(size_t idx) const;
2095 Module *module = module_list.GetModulePointerAtIndex(i); in DoExecute()2173 target->GetImages().GetModulePointerAtIndex(image_idx)); in DoExecute()2193 Module *module = module_list.GetModulePointerAtIndex(i); in DoExecute()2265 Module *m = target->GetImages().GetModulePointerAtIndex(image_idx); in DoExecute()2291 Module *m = module_list.GetModulePointerAtIndex(i); in DoExecute()2369 Module *module = module_list.GetModulePointerAtIndex(i); in DoExecute()2765 Module *module = matching_modules.GetModulePointerAtIndex(0); in DoExecute()2927 if (matching_modules.GetModulePointerAtIndex(i) in DoExecute()3990 Module *module = module_list.GetModulePointerAtIndex(j); in DoExecute()
526 Module *module = module_list.GetModulePointerAtIndex(i); in DumpLinesForFile()
324 Module *ModuleList::GetModulePointerAtIndex(size_t idx) const { in GetModulePointerAtIndex() function in ModuleList