Home
last modified time | relevance | path

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

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