Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DSearchFilter.cpp372 return !m_target_sp->ModuleIsExcludedForUnconstrainedSearches(module_spec); in ModulePasses()
379 else if (m_target_sp->ModuleIsExcludedForUnconstrainedSearches(module_sp)) in ModulePasses()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h989 bool ModuleIsExcludedForUnconstrainedSearches(const FileSpec &module_spec);
1010 ModuleIsExcludedForUnconstrainedSearches(const lldb::ModuleSP &module_sp);
H A DPlatform.h514 ModuleIsExcludedForUnconstrainedSearches(Target &target, in ModuleIsExcludedForUnconstrainedSearches() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp1769 bool Target::ModuleIsExcludedForUnconstrainedSearches( in ModuleIsExcludedForUnconstrainedSearches() function in Target
1781 if (!ModuleIsExcludedForUnconstrainedSearches( in ModuleIsExcludedForUnconstrainedSearches()
1791 bool Target::ModuleIsExcludedForUnconstrainedSearches( in ModuleIsExcludedForUnconstrainedSearches() function in Target
1795 return m_platform_sp->ModuleIsExcludedForUnconstrainedSearches(*this, in ModuleIsExcludedForUnconstrainedSearches()