Searched refs:matching_modules (Results 1 – 4 of 4) sorted by relevance
880 ModuleList matching_modules; in FindMatchingFunctions() local885 matching_modules.Clear(); in FindMatchingFunctions()886 target->GetImages().FindModules(module_spec, matching_modules); in FindMatchingFunctions()888 matching_modules.FindFunctions(name, eFunctionNameTypeAuto, in FindMatchingFunctions()902 ModuleList matching_modules; in FindMatchingFunctionSymbols() local907 matching_modules.Clear(); in FindMatchingFunctionSymbols()908 target->GetImages().FindModules(module_spec, matching_modules); in FindMatchingFunctionSymbols()909 matching_modules.FindFunctionSymbols(name, eFunctionNameTypeAuto, in FindMatchingFunctionSymbols()1147 ModuleList matching_modules; in DoExecute() local1152 matching_modules.Clear(); in DoExecute()[all …]
2700 ModuleList matching_modules; in DoExecute() local2702 const size_t num_matches = matching_modules.GetSize(); in DoExecute()2782 target->ModulesDidLoad(matching_modules); in DoExecute()2854 if (matching_modules.GetModulePointerAtIndex(i) in DoExecute()4080 ModuleList matching_modules; in AddModuleSymbols() local4097 matching_modules); in AddModuleSymbols()4101 if (matching_modules.IsEmpty()) { in AddModuleSymbols()4124 if (matching_modules.IsEmpty()) in AddModuleSymbols()4127 while (matching_modules.IsEmpty()) { in AddModuleSymbols()4143 if (matching_modules.GetSize() > 1) { in AddModuleSymbols()[all …]
1033 matching_modules = []1038 matching_modules.append(module)1039 return matching_modules
737 ModuleList matching_modules; in Search() local