Lines Matching refs:matching_modules
2700 ModuleList matching_modules; in DoExecute() local
2701 target->GetImages().FindModules(module_spec, matching_modules); in DoExecute()
2702 const size_t num_matches = matching_modules.GetSize(); in DoExecute()
2706 Module *module = matching_modules.GetModulePointerAtIndex(0); in DoExecute()
2782 target->ModulesDidLoad(matching_modules); in DoExecute()
2854 if (matching_modules.GetModulePointerAtIndex(i) in DoExecute()
4080 ModuleList matching_modules; in AddModuleSymbols() local
4097 matching_modules); in AddModuleSymbols()
4101 if (matching_modules.IsEmpty()) { in AddModuleSymbols()
4106 i < num_symfile_module_specs && matching_modules.IsEmpty(); ++i) { in AddModuleSymbols()
4115 matching_modules); in AddModuleSymbols()
4124 if (matching_modules.IsEmpty()) in AddModuleSymbols()
4125 target->GetImages().FindModules(module_spec, matching_modules); in AddModuleSymbols()
4127 while (matching_modules.IsEmpty()) { in AddModuleSymbols()
4140 target->GetImages().FindModules(module_spec, matching_modules); in AddModuleSymbols()
4143 if (matching_modules.GetSize() > 1) { in AddModuleSymbols()
4151 if (matching_modules.GetSize() == 1) { in AddModuleSymbols()
4152 ModuleSP module_sp(matching_modules.GetModuleAtIndex(0)); in AddModuleSymbols()