Searched refs:matching_modules (Results 1 – 4 of 4) sorted by relevance
869 ModuleList matching_modules; in FindMatchingFunctions() local874 matching_modules.Clear(); in FindMatchingFunctions()875 target.GetImages().FindModules(module_spec, matching_modules); in FindMatchingFunctions()877 matching_modules.FindFunctions(name, eFunctionNameTypeAuto, in FindMatchingFunctions()891 ModuleList matching_modules; in FindMatchingFunctionSymbols() local896 matching_modules.Clear(); in FindMatchingFunctionSymbols()897 target.GetImages().FindModules(module_spec, matching_modules); in FindMatchingFunctionSymbols()898 matching_modules.FindFunctionSymbols(name, eFunctionNameTypeAuto, in FindMatchingFunctionSymbols()1124 ModuleList matching_modules; in DoExecute() local1129 matching_modules.Clear(); in DoExecute()[all …]
2956 ModuleList matching_modules; in DoExecute() local2957 target.GetImages().FindModules(module_spec, matching_modules); in DoExecute()2958 const size_t num_matches = matching_modules.GetSize(); in DoExecute()2962 Module *module = matching_modules.GetModulePointerAtIndex(0); in DoExecute()3038 target.ModulesDidLoad(matching_modules); in DoExecute()3110 if (matching_modules.GetModulePointerAtIndex(i) in DoExecute()4295 ModuleList matching_modules; in AddModuleSymbols() local4312 matching_modules); in AddModuleSymbols()4316 if (matching_modules.IsEmpty()) { in AddModuleSymbols()4321 i < num_symfile_module_specs && matching_modules.IsEmpty(); ++i) { in AddModuleSymbols()[all …]
83 matching_modules = []88 matching_modules.append(module)89 return matching_modules
744 ModuleList matching_modules; in Search() local