Searched refs:matching_modules (Results 1 – 4 of 4) sorted by relevance
873 ModuleList matching_modules; in FindMatchingFunctions() local878 matching_modules.Clear(); in FindMatchingFunctions()879 target->GetImages().FindModules(module_spec, matching_modules); in FindMatchingFunctions()881 matching_modules.FindFunctions(name, eFunctionNameTypeAuto, in FindMatchingFunctions()895 ModuleList matching_modules; in FindMatchingFunctionSymbols() local900 matching_modules.Clear(); in FindMatchingFunctionSymbols()901 target->GetImages().FindModules(module_spec, matching_modules); in FindMatchingFunctionSymbols()902 matching_modules.FindFunctionSymbols(name, eFunctionNameTypeAuto, in FindMatchingFunctionSymbols()1113 ModuleList matching_modules; in DoExecute() local1118 matching_modules.Clear(); in DoExecute()[all …]
3004 ModuleList matching_modules; in DoExecute() local3006 const size_t num_matches = matching_modules.GetSize(); in DoExecute()3086 target->ModulesDidLoad(matching_modules); in DoExecute()3158 if (matching_modules.GetModulePointerAtIndex(i) in DoExecute()4375 ModuleList matching_modules; in AddModuleSymbols() local4392 matching_modules); in AddModuleSymbols()4396 if (matching_modules.IsEmpty()) { in AddModuleSymbols()4419 if (matching_modules.IsEmpty()) in AddModuleSymbols()4422 while (matching_modules.IsEmpty()) { in AddModuleSymbols()4438 if (matching_modules.GetSize() > 1) { in AddModuleSymbols()[all …]
83 matching_modules = []88 matching_modules.append(module)89 return matching_modules
737 ModuleList matching_modules; in Search() local