Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp1720 ModuleList matchingModules; in ModuleIsExcludedForUnconstrainedSearches() local
1722 GetImages().FindModules(module_spec, matchingModules); in ModuleIsExcludedForUnconstrainedSearches()
1723 size_t num_modules = matchingModules.GetSize(); in ModuleIsExcludedForUnconstrainedSearches()
1730 matchingModules.GetModuleAtIndex(i))) in ModuleIsExcludedForUnconstrainedSearches()