Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp481 void ModuleList::FindModules(const ModuleSpec &module_spec, in FindModules() function in ModuleList
738 GetSharedModuleList().FindModules(module_spec, matching_module_list); in FindSharedModules()
771 shared_module_list.FindModules(module_spec, matching_module_list); in GetSharedModule()
925 shared_module_list.FindModules(platform_module_spec, matching_module_list); in GetSharedModule()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSource.cpp568 target->GetImages().FindModules(module_spec, m_module_list); in DoExecute()
891 target->GetImages().FindModules(module_spec, matching_modules); in FindMatchingFunctions()
914 target->GetImages().FindModules(module_spec, matching_modules); in FindMatchingFunctionSymbols()
1167 target->GetImages().FindModules(module_spec, matching_modules); in DoExecute()
H A DCommandObjectTarget.cpp1751 target->GetImages().FindModules(module_spec, module_list); in FindModulesByName()
2658 target->GetImages().FindModules(module_spec, matching_modules); in DoExecute()
4022 target->GetImages().FindModules(symfile_uuid_module_spec, in AddModuleSymbols()
4040 target->GetImages().FindModules(symfile_uuid_module_spec, in AddModuleSymbols()
4051 target->GetImages().FindModules(module_spec, matching_modules); in AddModuleSymbols()
4066 target->GetImages().FindModules(module_spec, matching_modules); in AddModuleSymbols()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h309 void FindModules(const ModuleSpec &module_spec,
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp1661 GetImages().FindModules(module_spec, matchingModules); in ModuleIsExcludedForUnconstrainedSearches()
2093 m_images.FindModules(module_spec_copy, found_modules); in GetOrCreateModule()