Searched refs:GetModulePointerAtIndex (Results 1 – 4 of 4) sorted by relevance
248 Module *GetModulePointerAtIndex(size_t idx) const;
2083 target->GetImages().GetModulePointerAtIndex(image_idx)); in DoExecute()2098 Module *module = module_list.GetModulePointerAtIndex(i); in DoExecute()2237 Module *m = module_list.GetModulePointerAtIndex(i); in DoExecute()2302 Module *module = module_list.GetModulePointerAtIndex(i); in DoExecute()2706 Module *module = matching_modules.GetModulePointerAtIndex(0); in DoExecute()2854 if (matching_modules.GetModulePointerAtIndex(i) in DoExecute()3913 Module *module = module_list.GetModulePointerAtIndex(j); in DoExecute()
501 Module *module = module_list.GetModulePointerAtIndex(i); in DumpLinesForFile()
398 Module *ModuleList::GetModulePointerAtIndex(size_t idx) const { in GetModulePointerAtIndex() function in ModuleList