Lines Matching refs:matching_modules
3004 ModuleList matching_modules; in DoExecute() local
3005 target->GetImages().FindModules(module_spec, matching_modules); in DoExecute()
3006 const size_t num_matches = matching_modules.GetSize(); in DoExecute()
3010 Module *module = matching_modules.GetModulePointerAtIndex(0); in DoExecute()
3086 target->ModulesDidLoad(matching_modules); in DoExecute()
3158 if (matching_modules.GetModulePointerAtIndex(i) in DoExecute()
4375 ModuleList matching_modules; in AddModuleSymbols() local
4392 matching_modules); in AddModuleSymbols()
4396 if (matching_modules.IsEmpty()) { in AddModuleSymbols()
4401 i < num_symfile_module_specs && matching_modules.IsEmpty(); ++i) { in AddModuleSymbols()
4410 matching_modules); in AddModuleSymbols()
4419 if (matching_modules.IsEmpty()) in AddModuleSymbols()
4420 target->GetImages().FindModules(module_spec, matching_modules); in AddModuleSymbols()
4422 while (matching_modules.IsEmpty()) { in AddModuleSymbols()
4435 target->GetImages().FindModules(module_spec, matching_modules); in AddModuleSymbols()
4438 if (matching_modules.GetSize() > 1) { in AddModuleSymbols()
4446 if (matching_modules.GetSize() == 1) { in AddModuleSymbols()
4447 ModuleSP module_sp(matching_modules.GetModuleAtIndex(0)); in AddModuleSymbols()