Searched refs:matching_modules (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSource.cpp873 ModuleList matching_modules; local
878 matching_modules.Clear();
879 target->GetImages().FindModules(module_spec, matching_modules);
881 matching_modules.FindFunctions(name, eFunctionNameTypeAuto,
895 ModuleList matching_modules; local
900 matching_modules.Clear();
901 target->GetImages().FindModules(module_spec, matching_modules);
902 matching_modules.FindFunctionSymbols(name, eFunctionNameTypeAuto,
1113 ModuleList matching_modules; variable
1118 matching_modules
[all...]
H A DCommandObjectTarget.cpp3004 ModuleList matching_modules; variable
3005 target->GetImages().FindModules(module_spec, matching_modules);
3006 const size_t num_matches = matching_modules.GetSize();
3010 Module *module = matching_modules.GetModulePointerAtIndex(0);
3086 target->ModulesDidLoad(matching_modules);
3158 if (matching_modules.GetModulePointerAtIndex(i)
4375 ModuleList matching_modules; local
4392 matching_modules);
4396 if (matching_modules.IsEmpty()) {
4401 i < num_symfile_module_specs && matching_modules
[all...]
/freebsd-current/contrib/llvm-project/lldb/bindings/interface/
H A DSBTargetExtensions.i83 matching_modules = []
88 matching_modules.append(module)
89 return matching_modules
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DSearchFilter.cpp737 ModuleList matching_modules; local

Completed in 89 milliseconds