Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp1767 ModuleList matchingModules; in ModuleIsExcludedForUnconstrainedSearches() local
1769 GetImages().FindModules(module_spec, matchingModules); in ModuleIsExcludedForUnconstrainedSearches()
1770 size_t num_modules = matchingModules.GetSize(); in ModuleIsExcludedForUnconstrainedSearches()
1777 matchingModules.GetModuleAtIndex(i))) in ModuleIsExcludedForUnconstrainedSearches()