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.cpp1772 ModuleList matchingModules; in ModuleIsExcludedForUnconstrainedSearches() local
1774 GetImages().FindModules(module_spec, matchingModules); in ModuleIsExcludedForUnconstrainedSearches()
1775 size_t num_modules = matchingModules.GetSize(); in ModuleIsExcludedForUnconstrainedSearches()
1782 matchingModules.GetModuleAtIndex(i))) in ModuleIsExcludedForUnconstrainedSearches()