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