Home
last modified time | relevance | path

Searched refs:m_platform_sp (Results 1 – 2 of 2) sorted by relevance

/external/lldb/include/lldb/Target/
DTarget.h1151 return m_platform_sp; in GetPlatform()
1157 m_platform_sp = platform_sp; in SetPlatform()
1180 lldb::PlatformSP m_platform_sp; ///< The platform for this target. variable
/external/lldb/source/Target/
DTarget.cpp67 m_platform_sp (platform_sp), in Target()
193 m_platform_sp.reset(); in Destroy()
1049 if (m_platform_sp) in SetExecutableModule()
1050m_platform_sp->GetFile (dependent_file_spec, NULL, platform_dependent_file_spec); in SetExecutableModule()
1219 if (m_platform_sp) in ModuleIsExcludedForNonModuleSpecificSearches()
1220 return m_platform_sp->ModuleIsExcludedForNonModuleSpecificSearches (*this, module_sp); in ModuleIsExcludedForNonModuleSpecificSearches()
1595 if (m_platform_sp) in GetSharedModule()
1598 error = m_platform_sp->GetSharedModule (module_spec, in GetSharedModule()