Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSource.cpp549 target.GetImages().FindModules(module_spec, m_module_list); in DoExecute()
875 target.GetImages().FindModules(module_spec, matching_modules); in FindMatchingFunctions()
897 target.GetImages().FindModules(module_spec, matching_modules); in FindMatchingFunctionSymbols()
1130 target.GetImages().FindModules(module_spec, matching_modules); in DoExecute()
H A DCommandObjectTarget.cpp1825 target->GetImages().FindModules(module_spec, module_list); in FindModulesByName()
2957 target.GetImages().FindModules(module_spec, matching_modules); in DoExecute()
4311 target->GetImages().FindModules(symfile_uuid_module_spec, in AddModuleSymbols()
4329 target->GetImages().FindModules(symfile_uuid_module_spec, in AddModuleSymbols()
4340 target->GetImages().FindModules(module_spec, matching_modules); in AddModuleSymbols()
4355 target->GetImages().FindModules(module_spec, matching_modules); in AddModuleSymbols()
/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()
969 shared_module_list.FindModules(platform_module_spec, matching_module_list); in GetSharedModule()
/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.cpp1927 GetImages().FindModules(module_spec, matchingModules); in ModuleIsExcludedForUnconstrainedSearches()
2484 m_images.FindModules(module_spec_copy, found_modules); in GetOrCreateModule()