Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp543 void ModuleList::FindModules(const ModuleSpec &module_spec, in FindModules() function in ModuleList
777 GetSharedModuleList().FindModules(module_spec, matching_module_list); in FindSharedModules()
814 shared_module_list.FindModules(module_spec, matching_module_list); in GetSharedModule()
968 shared_module_list.FindModules(platform_module_spec, matching_module_list); in GetSharedModule()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSource.cpp557 target->GetImages().FindModules(module_spec, m_module_list); in DoExecute()
883 target->GetImages().FindModules(module_spec, matching_modules); in FindMatchingFunctions()
905 target->GetImages().FindModules(module_spec, matching_modules); in FindMatchingFunctionSymbols()
1123 target->GetImages().FindModules(module_spec, matching_modules); in DoExecute()
H A DCommandObjectTarget.cpp1817 target->GetImages().FindModules(module_spec, module_list); in FindModulesByName()
2929 target->GetImages().FindModules(module_spec, matching_modules); in DoExecute()
4298 target->GetImages().FindModules(symfile_uuid_module_spec, in AddModuleSymbols()
4316 target->GetImages().FindModules(symfile_uuid_module_spec, in AddModuleSymbols()
4327 target->GetImages().FindModules(module_spec, matching_modules); in AddModuleSymbols()
4342 target->GetImages().FindModules(module_spec, matching_modules); in AddModuleSymbols()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h342 void FindModules(const ModuleSpec &module_spec,
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp1769 GetImages().FindModules(module_spec, matchingModules); in ModuleIsExcludedForUnconstrainedSearches()
2302 m_images.FindModules(module_spec_copy, found_modules); in GetOrCreateModule()