Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp1674 ModuleList matchingModules; in ModuleIsExcludedForUnconstrainedSearches() local
1676 GetImages().FindModules(module_spec, matchingModules); in ModuleIsExcludedForUnconstrainedSearches()
1677 size_t num_modules = matchingModules.GetSize(); in ModuleIsExcludedForUnconstrainedSearches()
1684 matchingModules.GetModuleAtIndex(i))) in ModuleIsExcludedForUnconstrainedSearches()