Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.h85 bool ModuleIsExcludedForUnconstrainedSearches(
H A DPlatformDarwin.cpp470 bool PlatformDarwin::ModuleIsExcludedForUnconstrainedSearches( in ModuleIsExcludedForUnconstrainedSearches() function in PlatformDarwin
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTarget.h960 bool ModuleIsExcludedForUnconstrainedSearches(const FileSpec &module_spec);
981 ModuleIsExcludedForUnconstrainedSearches(const lldb::ModuleSP &module_sp);
H A DPlatform.h478 ModuleIsExcludedForUnconstrainedSearches(Target &target, in ModuleIsExcludedForUnconstrainedSearches() function
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp1671 bool Target::ModuleIsExcludedForUnconstrainedSearches( in ModuleIsExcludedForUnconstrainedSearches() function in Target
1683 if (!ModuleIsExcludedForUnconstrainedSearches( in ModuleIsExcludedForUnconstrainedSearches()
1693 bool Target::ModuleIsExcludedForUnconstrainedSearches( in ModuleIsExcludedForUnconstrainedSearches() function in Target
1697 return m_platform_sp->ModuleIsExcludedForUnconstrainedSearches(*this, in ModuleIsExcludedForUnconstrainedSearches()