Searched refs:GetModulePointerAtIndex (Results 1 – 4 of 4) sorted by relevance
270 Module *GetModulePointerAtIndex(size_t idx) const;
2134 target.GetImages().GetModulePointerAtIndex(image_idx)); in DoExecute()2152 Module *module = module_list.GetModulePointerAtIndex(i); in DoExecute()2305 Module *m = module_list.GetModulePointerAtIndex(i); in DoExecute()2374 Module *module = module_list.GetModulePointerAtIndex(i); in DoExecute()2609 Module *module = module_list.GetModulePointerAtIndex(i); in DoExecute()2962 Module *module = matching_modules.GetModulePointerAtIndex(0); in DoExecute()3110 if (matching_modules.GetModulePointerAtIndex(i) in DoExecute()4138 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