Searched defs:matching_modules (Results 1 - 3 of 3) sorted by relevance

/external/lldb/source/Core/
H A DSearchFilter.cpp724 ModuleList matching_modules; local
/external/lldb/source/Commands/
H A DCommandObjectSource.cpp464 ModuleList matching_modules; local
471 matching_modules.Clear();
472 target->GetImages().FindModules (module_spec, matching_modules);
473 num_matches += matching_modules.FindFunctions (name, eFunctionNameTypeAuto, include_symbols, include_inlines, append, sc_list);
490 ModuleList matching_modules; local
497 matching_modules.Clear();
498 target->GetImages().FindModules (module_spec, matching_modules);
499 num_matches += matching_modules.FindFunctionSymbols (name, eFunctionNameTypeAuto, sc_list);
773 ModuleList matching_modules; local
780 matching_modules
[all...]
H A DCommandObjectTarget.cpp2808 ModuleList matching_modules; local
2809 const size_t num_matches = target->GetImages().FindModules (module_spec, matching_modules);
2814 Module *module = matching_modules.GetModulePointerAtIndex(0);
2902 target->ModulesDidLoad (matching_modules);
2955 if (matching_modules.GetModulePointerAtIndex(i)->GetFileSpec().GetPath (path, sizeof(path)))

Completed in 112 milliseconds