Lines Matching defs:matching_modules
2927 ModuleList matching_modules;
2928 target.GetImages().FindModules(module_spec, matching_modules);
2929 const size_t num_matches = matching_modules.GetSize();
2933 Module *module = matching_modules.GetModulePointerAtIndex(0);
3009 target.ModulesDidLoad(matching_modules);
3081 if (matching_modules.GetModulePointerAtIndex(i)
4266 ModuleList matching_modules;
4283 matching_modules);
4287 if (matching_modules.IsEmpty()) {
4292 i < num_symfile_module_specs && matching_modules.IsEmpty(); ++i) {
4301 matching_modules);
4310 if (matching_modules.IsEmpty())
4311 target->GetImages().FindModules(module_spec, matching_modules);
4313 while (matching_modules.IsEmpty()) {
4326 target->GetImages().FindModules(module_spec, matching_modules);
4329 if (matching_modules.GetSize() > 1) {
4337 if (matching_modules.GetSize() == 1) {
4338 ModuleSP module_sp(matching_modules.GetModuleAtIndex(0));