Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwin.h60 bool ModuleIsExcludedForUnconstrainedSearches(
DPlatformDarwin.cpp504 bool PlatformDarwin::ModuleIsExcludedForUnconstrainedSearches( in ModuleIsExcludedForUnconstrainedSearches() function in PlatformDarwin
/external/llvm-project/lldb/source/Core/
DSearchFilter.cpp381 return !m_target_sp->ModuleIsExcludedForUnconstrainedSearches(module_spec); in ModulePasses()
388 else if (m_target_sp->ModuleIsExcludedForUnconstrainedSearches(module_sp)) in ModulePasses()
/external/llvm-project/lldb/include/lldb/Target/
DTarget.h930 bool ModuleIsExcludedForUnconstrainedSearches(const FileSpec &module_spec);
951 ModuleIsExcludedForUnconstrainedSearches(const lldb::ModuleSP &module_sp);
DPlatform.h500 ModuleIsExcludedForUnconstrainedSearches(Target &target, in ModuleIsExcludedForUnconstrainedSearches() function
/external/llvm-project/lldb/source/Target/
DTarget.cpp1658 bool Target::ModuleIsExcludedForUnconstrainedSearches( in ModuleIsExcludedForUnconstrainedSearches() function in Target
1670 if (!ModuleIsExcludedForUnconstrainedSearches( in ModuleIsExcludedForUnconstrainedSearches()
1680 bool Target::ModuleIsExcludedForUnconstrainedSearches( in ModuleIsExcludedForUnconstrainedSearches() function in Target
1684 return m_platform_sp->ModuleIsExcludedForUnconstrainedSearches(*this, in ModuleIsExcludedForUnconstrainedSearches()