reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/include/lldb/Target/Target.h
 1231   lldb::PlatformSP GetPlatform() { return m_platform_sp; }
 1234     m_platform_sp = platform_sp;
tools/lldb/source/Target/Target.cpp
  263   m_platform_sp.reset();
 1431         if (m_platform_sp)
 1432           m_platform_sp->GetFileWithUUID(dependent_file_spec, nullptr,
 1671     if (m_platform_sp)
 1672       return m_platform_sp->ModuleIsExcludedForUnconstrainedSearches(*this,
 2000         if (m_platform_sp) {
 2001           error = m_platform_sp->GetSharedModule(
 3081       m_platform_sp ? m_platform_sp->IsHost() : false;
 3081       m_platform_sp ? m_platform_sp->IsHost() : false;