Searched refs:matching_modules (Results 1 – 3 of 3) sorted by relevance
465 ModuleList matching_modules; in FindMatchingFunctions() local472 matching_modules.Clear(); in FindMatchingFunctions()473 target->GetImages().FindModules (module_spec, matching_modules); in FindMatchingFunctions()474 …num_matches += matching_modules.FindFunctions (name, eFunctionNameTypeAuto, include_symbols, inclu… in FindMatchingFunctions()491 ModuleList matching_modules; in FindMatchingFunctionSymbols() local498 matching_modules.Clear(); in FindMatchingFunctionSymbols()499 target->GetImages().FindModules (module_spec, matching_modules); in FindMatchingFunctionSymbols()500 … num_matches += matching_modules.FindFunctionSymbols (name, eFunctionNameTypeAuto, sc_list); in FindMatchingFunctionSymbols()774 ModuleList matching_modules; in DoExecute() local781 matching_modules.Clear(); in DoExecute()[all …]
2876 ModuleList matching_modules; in DoExecute() local2877 … const size_t num_matches = target->GetImages().FindModules (module_spec, matching_modules); in DoExecute()2882 Module *module = matching_modules.GetModulePointerAtIndex(0); in DoExecute()2971 target->ModulesDidLoad (matching_modules); in DoExecute()3024 … if (matching_modules.GetModulePointerAtIndex(i)->GetFileSpec().GetPath (path, sizeof(path))) in DoExecute()
724 ModuleList matching_modules; in Search() local