Lines Matching refs:matching_modules
2657 ModuleList matching_modules; in DoExecute() local
2658 target->GetImages().FindModules(module_spec, matching_modules); in DoExecute()
2659 const size_t num_matches = matching_modules.GetSize(); in DoExecute()
2663 Module *module = matching_modules.GetModulePointerAtIndex(0); in DoExecute()
2739 target->ModulesDidLoad(matching_modules); in DoExecute()
2811 if (matching_modules.GetModulePointerAtIndex(i) in DoExecute()
4006 ModuleList matching_modules; in AddModuleSymbols() local
4023 matching_modules); in AddModuleSymbols()
4027 if (matching_modules.IsEmpty()) { in AddModuleSymbols()
4032 i < num_symfile_module_specs && matching_modules.IsEmpty(); ++i) { in AddModuleSymbols()
4041 matching_modules); in AddModuleSymbols()
4050 if (matching_modules.IsEmpty()) in AddModuleSymbols()
4051 target->GetImages().FindModules(module_spec, matching_modules); in AddModuleSymbols()
4053 while (matching_modules.IsEmpty()) { in AddModuleSymbols()
4066 target->GetImages().FindModules(module_spec, matching_modules); in AddModuleSymbols()
4069 if (matching_modules.GetSize() > 1) { in AddModuleSymbols()
4077 if (matching_modules.GetSize() == 1) { in AddModuleSymbols()
4078 ModuleSP module_sp(matching_modules.GetModuleAtIndex(0)); in AddModuleSymbols()