Home
last modified time | relevance | path

Searched refs:FindModules (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DModuleList.cpp495 size_t ModuleList::FindModules(const ModuleSpec &module_spec, in FindModules() function in ModuleList
767 return GetSharedModuleList().FindModules(module_spec, matching_module_list); in FindSharedModules()
803 shared_module_list.FindModules(module_spec, matching_module_list); in GetSharedModule()
953 if (shared_module_list.FindModules(platform_module_spec, in GetSharedModule()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectSource.cpp598 if (target->GetImages().FindModules(module_spec, m_module_list) == 0) in DoExecute()
924 target->GetImages().FindModules(module_spec, matching_modules); in FindMatchingFunctions()
949 target->GetImages().FindModules(module_spec, matching_modules); in FindMatchingFunctionSymbols()
1206 target->GetImages().FindModules(module_spec, matching_modules); in DoExecute()
H A DCommandObjectTarget.cpp1814 target->GetImages().FindModules(module_spec, module_list); in FindModulesByName()
2761 target->GetImages().FindModules(module_spec, matching_modules); in DoExecute()
4171 num_matches = target->GetImages().FindModules( in AddModuleSymbols()
4190 num_matches = target->GetImages().FindModules( in AddModuleSymbols()
4202 target->GetImages().FindModules(module_spec, matching_module_list); in AddModuleSymbols()
4220 target->GetImages().FindModules(module_spec, matching_module_list); in AddModuleSymbols()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModuleList.h391 size_t FindModules(const ModuleSpec &module_spec,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp1686 size_t num_modules = GetImages().FindModules(module_spec, matchingModules); in ModuleIsExcludedForUnconstrainedSearches()
2098 m_images.FindModules(module_spec_copy, found_modules); in GetSharedModule()