Searched refs:ModuleIsExcludedForNonModuleSpecificSearches (Results 1 - 6 of 6) sorted by relevance

/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.h109 ModuleIsExcludedForNonModuleSpecificSearches (lldb_private::Target &target, const lldb::ModuleSP &module_sp);
H A DPlatformDarwin.cpp683 PlatformDarwin::ModuleIsExcludedForNonModuleSpecificSearches (lldb_private::Target &target, const lldb::ModuleSP &module_sp) function in class:PlatformDarwin
/external/lldb/include/lldb/Target/
H A DTarget.h810 ModuleIsExcludedForNonModuleSpecificSearches (const FileSpec &module_spec);
832 ModuleIsExcludedForNonModuleSpecificSearches (const lldb::ModuleSP &module_sp);
H A DPlatform.h540 ModuleIsExcludedForNonModuleSpecificSearches (Target &target, const lldb::ModuleSP &module_sp) function in class:lldb_private::Platform
/external/lldb/source/Core/
H A DSearchFilter.cpp291 if (m_target_sp->ModuleIsExcludedForNonModuleSpecificSearches (module_spec))
302 else if (m_target_sp->ModuleIsExcludedForNonModuleSpecificSearches (module_sp))
/external/lldb/source/Target/
H A DTarget.cpp1191 Target::ModuleIsExcludedForNonModuleSpecificSearches (const FileSpec &module_file_spec) function in class:Target
1205 if (!ModuleIsExcludedForNonModuleSpecificSearches (matchingModules.GetModuleAtIndex(i)))
1215 Target::ModuleIsExcludedForNonModuleSpecificSearches (const lldb::ModuleSP &module_sp) function in class:Target
1220 return m_platform_sp->ModuleIsExcludedForNonModuleSpecificSearches (*this, module_sp);

Completed in 127 milliseconds