Lines Matching refs:matching_modules
2928 ModuleList matching_modules; in DoExecute() local
2929 target->GetImages().FindModules(module_spec, matching_modules); in DoExecute()
2930 const size_t num_matches = matching_modules.GetSize(); in DoExecute()
2934 Module *module = matching_modules.GetModulePointerAtIndex(0); in DoExecute()
3010 target->ModulesDidLoad(matching_modules); in DoExecute()
3082 if (matching_modules.GetModulePointerAtIndex(i) in DoExecute()
4282 ModuleList matching_modules; in AddModuleSymbols() local
4299 matching_modules); in AddModuleSymbols()
4303 if (matching_modules.IsEmpty()) { in AddModuleSymbols()
4308 i < num_symfile_module_specs && matching_modules.IsEmpty(); ++i) { in AddModuleSymbols()
4317 matching_modules); in AddModuleSymbols()
4326 if (matching_modules.IsEmpty()) in AddModuleSymbols()
4327 target->GetImages().FindModules(module_spec, matching_modules); in AddModuleSymbols()
4329 while (matching_modules.IsEmpty()) { in AddModuleSymbols()
4342 target->GetImages().FindModules(module_spec, matching_modules); in AddModuleSymbols()
4345 if (matching_modules.GetSize() > 1) { in AddModuleSymbols()
4353 if (matching_modules.GetSize() == 1) { in AddModuleSymbols()
4354 ModuleSP module_sp(matching_modules.GetModuleAtIndex(0)); in AddModuleSymbols()