Searched defs:ModuleIsExcludedForNonModuleSpecificSearches (Results 1 - 3 of 3) sorted by relevance

/external/lldb/include/lldb/Target/
H A DPlatform.h540 ModuleIsExcludedForNonModuleSpecificSearches (Target &target, const lldb::ModuleSP &module_sp) function in class:lldb_private::Platform
/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp683 PlatformDarwin::ModuleIsExcludedForNonModuleSpecificSearches (lldb_private::Target &target, const lldb::ModuleSP &module_sp) function in class:PlatformDarwin
/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 480 milliseconds