Searched refs:matching_modules (Results 1 – 4 of 4) sorted by relevance
881 ModuleList matching_modules; in FindMatchingFunctions() local886 matching_modules.Clear(); in FindMatchingFunctions()887 target->GetImages().FindModules(module_spec, matching_modules); in FindMatchingFunctions()889 matching_modules.FindFunctions(name, eFunctionNameTypeAuto, in FindMatchingFunctions()903 ModuleList matching_modules; in FindMatchingFunctionSymbols() local908 matching_modules.Clear(); in FindMatchingFunctionSymbols()909 target->GetImages().FindModules(module_spec, matching_modules); in FindMatchingFunctionSymbols()910 matching_modules.FindFunctionSymbols(name, eFunctionNameTypeAuto, in FindMatchingFunctionSymbols()1148 ModuleList matching_modules; in DoExecute() local1153 matching_modules.Clear(); in DoExecute()[all …]
2715 ModuleList matching_modules; in DoExecute() local2716 target->GetImages().FindModules(module_spec, matching_modules); in DoExecute()2717 const size_t num_matches = matching_modules.GetSize(); in DoExecute()2721 Module *module = matching_modules.GetModulePointerAtIndex(0); in DoExecute()2797 target->ModulesDidLoad(matching_modules); in DoExecute()2869 if (matching_modules.GetModulePointerAtIndex(i) in DoExecute()4095 ModuleList matching_modules; in AddModuleSymbols() local4112 matching_modules); in AddModuleSymbols()4116 if (matching_modules.IsEmpty()) { in AddModuleSymbols()4121 i < num_symfile_module_specs && matching_modules.IsEmpty(); ++i) { in AddModuleSymbols()[all …]
1033 matching_modules = []1038 matching_modules.append(module)1039 return matching_modules
737 ModuleList matching_modules; in Search() local