Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.h85 bool ModuleIsExcludedForUnconstrainedSearches(
H A DPlatformDarwin.cpp471 bool PlatformDarwin::ModuleIsExcludedForUnconstrainedSearches( in ModuleIsExcludedForUnconstrainedSearches() function in PlatformDarwin
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h965 bool ModuleIsExcludedForUnconstrainedSearches(const FileSpec &module_spec);
986 ModuleIsExcludedForUnconstrainedSearches(const lldb::ModuleSP &module_sp);
H A DPlatform.h479 ModuleIsExcludedForUnconstrainedSearches(Target &target, in ModuleIsExcludedForUnconstrainedSearches() function
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp1717 bool Target::ModuleIsExcludedForUnconstrainedSearches( in ModuleIsExcludedForUnconstrainedSearches() function in Target
1729 if (!ModuleIsExcludedForUnconstrainedSearches( in ModuleIsExcludedForUnconstrainedSearches()
1739 bool Target::ModuleIsExcludedForUnconstrainedSearches( in ModuleIsExcludedForUnconstrainedSearches() function in Target
1743 return m_platform_sp->ModuleIsExcludedForUnconstrainedSearches(*this, in ModuleIsExcludedForUnconstrainedSearches()