Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectSource.cpp564 target->GetImages().FindModules(module_spec, m_module_list); in DoExecute()
887 target->GetImages().FindModules(module_spec, matching_modules); in FindMatchingFunctions()
909 target->GetImages().FindModules(module_spec, matching_modules); in FindMatchingFunctionSymbols()
1154 target->GetImages().FindModules(module_spec, matching_modules); in DoExecute()
H A DCommandObjectTarget.cpp1770 target->GetImages().FindModules(module_spec, module_list); in FindModulesByName()
2716 target->GetImages().FindModules(module_spec, matching_modules); in DoExecute()
4111 target->GetImages().FindModules(symfile_uuid_module_spec, in AddModuleSymbols()
4129 target->GetImages().FindModules(symfile_uuid_module_spec, in AddModuleSymbols()
4140 target->GetImages().FindModules(module_spec, matching_modules); in AddModuleSymbols()
4155 target->GetImages().FindModules(module_spec, matching_modules); in AddModuleSymbols()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DModuleList.cpp525 void ModuleList::FindModules(const ModuleSpec &module_spec, in FindModules() function in ModuleList
774 GetSharedModuleList().FindModules(module_spec, matching_module_list); in FindSharedModules()
811 shared_module_list.FindModules(module_spec, matching_module_list); in GetSharedModule()
965 shared_module_list.FindModules(platform_module_spec, matching_module_list); in GetSharedModule()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DModuleList.h321 void FindModules(const ModuleSpec &module_spec,
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.cpp1047 m_process->GetTarget().GetImages().FindModules(module_spec, module_list); in GetPThreadLibraryModule()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp1722 GetImages().FindModules(module_spec, matchingModules); in ModuleIsExcludedForUnconstrainedSearches()
2226 m_images.FindModules(module_spec_copy, found_modules); in GetOrCreateModule()