Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSource.cpp557 target->GetImages().FindModules(module_spec, m_module_list); in DoExecute()
879 target->GetImages().FindModules(module_spec, matching_modules); in FindMatchingFunctions()
901 target->GetImages().FindModules(module_spec, matching_modules); in FindMatchingFunctionSymbols()
1119 target->GetImages().FindModules(module_spec, matching_modules); in DoExecute()
H A DCommandObjectTarget.cpp1860 target->GetImages().FindModules(module_spec, module_list); in FindModulesByName()
3005 target->GetImages().FindModules(module_spec, matching_modules); in DoExecute()
4391 target->GetImages().FindModules(symfile_uuid_module_spec, in AddModuleSymbols()
4409 target->GetImages().FindModules(symfile_uuid_module_spec, in AddModuleSymbols()
4420 target->GetImages().FindModules(module_spec, matching_modules); in AddModuleSymbols()
4435 target->GetImages().FindModules(module_spec, matching_modules); in AddModuleSymbols()
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp538 void ModuleList::FindModules(const ModuleSpec &module_spec, in FindModules() function in ModuleList
772 GetSharedModuleList().FindModules(module_spec, matching_module_list); in FindSharedModules()
809 shared_module_list.FindModules(module_spec, matching_module_list); in GetSharedModule()
963 shared_module_list.FindModules(platform_module_spec, matching_module_list); in GetSharedModule()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h321 void FindModules(const ModuleSpec &module_spec,
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp1774 GetImages().FindModules(module_spec, matchingModules); in ModuleIsExcludedForUnconstrainedSearches()
2307 m_images.FindModules(module_spec_copy, found_modules); in GetOrCreateModule()