Searched refs:matching_modules (Results 1 – 4 of 4) sorted by relevance
877 ModuleList matching_modules; in FindMatchingFunctions() local882 matching_modules.Clear(); in FindMatchingFunctions()883 target->GetImages().FindModules(module_spec, matching_modules); in FindMatchingFunctions()885 matching_modules.FindFunctions(name, eFunctionNameTypeAuto, in FindMatchingFunctions()899 ModuleList matching_modules; in FindMatchingFunctionSymbols() local904 matching_modules.Clear(); in FindMatchingFunctionSymbols()905 target->GetImages().FindModules(module_spec, matching_modules); in FindMatchingFunctionSymbols()906 matching_modules.FindFunctionSymbols(name, eFunctionNameTypeAuto, in FindMatchingFunctionSymbols()1117 ModuleList matching_modules; in DoExecute() local1122 matching_modules.Clear(); in DoExecute()[all …]
2928 ModuleList matching_modules; in DoExecute() local2929 target->GetImages().FindModules(module_spec, matching_modules); in DoExecute()2930 const size_t num_matches = matching_modules.GetSize(); in DoExecute()2934 Module *module = matching_modules.GetModulePointerAtIndex(0); in DoExecute()3010 target->ModulesDidLoad(matching_modules); in DoExecute()3082 if (matching_modules.GetModulePointerAtIndex(i) in DoExecute()4282 ModuleList matching_modules; in AddModuleSymbols() local4299 matching_modules); in AddModuleSymbols()4303 if (matching_modules.IsEmpty()) { in AddModuleSymbols()4308 i < num_symfile_module_specs && matching_modules.IsEmpty(); ++i) { in AddModuleSymbols()[all …]
83 matching_modules = []88 matching_modules.append(module)89 return matching_modules
737 ModuleList matching_modules; in Search() local