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

/freebsd-11-stable/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);
880 matching_modules.FindFunctions(name, eFunctionNameTypeAuto,
896 ModuleList matching_modules; local
901 matching_modules.Clear();
902 target->GetImages().FindModules(module_spec, matching_modules);
903 matching_modules.FindFunctionSymbols(name, eFunctionNameTypeAuto,
1154 ModuleList matching_modules; variable
1159 matching_modules
[all...]
H A DCommandObjectTarget.cpp2699 ModuleList matching_modules; variable
2700 target->GetImages().FindModules(module_spec, matching_modules);
2701 const size_t num_matches = matching_modules.GetSize();
2705 Module *module = matching_modules.GetModulePointerAtIndex(0);
2789 target->ModulesDidLoad(matching_modules);
2865 if (matching_modules.GetModulePointerAtIndex(i)
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBTarget.i1016 matching_modules = []
1021 matching_modules.append(module)
1022 return matching_modules
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DSearchFilter.cpp770 ModuleList matching_modules; local

Completed in 181 milliseconds