Searched refs:matching_modules (Results 1 – 3 of 3) sorted by relevance
918 ModuleList matching_modules; in FindMatchingFunctions() local923 matching_modules.Clear(); in FindMatchingFunctions()924 target->GetImages().FindModules(module_spec, matching_modules); in FindMatchingFunctions()925 num_matches += matching_modules.FindFunctions( in FindMatchingFunctions()943 ModuleList matching_modules; in FindMatchingFunctionSymbols() local948 matching_modules.Clear(); in FindMatchingFunctionSymbols()949 target->GetImages().FindModules(module_spec, matching_modules); in FindMatchingFunctionSymbols()950 num_matches += matching_modules.FindFunctionSymbols( in FindMatchingFunctionSymbols()1200 ModuleList matching_modules; in DoExecute() local1205 matching_modules.Clear(); in DoExecute()[all …]
2759 ModuleList matching_modules; in DoExecute() local2761 target->GetImages().FindModules(module_spec, matching_modules); in DoExecute()2765 Module *module = matching_modules.GetModulePointerAtIndex(0); in DoExecute()2851 target->ModulesDidLoad(matching_modules); in DoExecute()2927 if (matching_modules.GetModulePointerAtIndex(i) in DoExecute()
817 ModuleList matching_modules; in Search() local