Searched refs:matching_modules (Results 1 – 4 of 4) sorted by relevance
885 ModuleList matching_modules; in FindMatchingFunctions() local890 matching_modules.Clear(); in FindMatchingFunctions()891 target->GetImages().FindModules(module_spec, matching_modules); in FindMatchingFunctions()892 matching_modules.FindFunctions(name, eFunctionNameTypeAuto, in FindMatchingFunctions()908 ModuleList matching_modules; in FindMatchingFunctionSymbols() local913 matching_modules.Clear(); in FindMatchingFunctionSymbols()914 target->GetImages().FindModules(module_spec, matching_modules); in FindMatchingFunctionSymbols()915 matching_modules.FindFunctionSymbols(name, eFunctionNameTypeAuto, in FindMatchingFunctionSymbols()1161 ModuleList matching_modules; in DoExecute() local1166 matching_modules.Clear(); in DoExecute()[all …]
2657 ModuleList matching_modules; in DoExecute() local2658 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() local4023 matching_modules); in AddModuleSymbols()4027 if (matching_modules.IsEmpty()) { in AddModuleSymbols()4032 i < num_symfile_module_specs && matching_modules.IsEmpty(); ++i) { in AddModuleSymbols()[all …]
1027 matching_modules = []1032 matching_modules.append(module)1033 return matching_modules
737 ModuleList matching_modules; in Search() local