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

Declarations

tools/lldb/include/lldb/Target/Platform.h
  219   ConstString GetName();

References

tools/lldb/include/lldb/Target/Platform.h
  525         GetName().GetCString());
  533         GetName().GetCString());
tools/lldb/source/API/SBPlatform.cpp
  299     return platform_sp->GetName().GetCString();
tools/lldb/source/Commands/CommandObjectPlatform.cpp
 1126                   platform_sp->GetName().GetCString());
tools/lldb/source/Commands/CommandObjectTarget.cpp
   87                 platform_sp->GetName().GetCString());
tools/lldb/source/Interpreter/OptionGroupPlatform.cpp
   29                                        platform_sp->GetName().GetCString(),
  125       if (platform_sp->GetName() != ConstString(m_platform_name.c_str()))
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
 2489     if (platform_sp && platform_sp->GetName() &&
 2490         platform_sp->GetName() == PlatformRemoteiOS::GetPluginNameStatic()) {
tools/lldb/source/Target/Platform.cpp
  276       if (platform_sp->GetName() == name)
 1680   dir_spec.AppendPathComponent(GetName().AsCString());
tools/lldb/source/Target/Process.cpp
 2910                   __FUNCTION__, platform_sp->GetName().AsCString(""),
tools/lldb/source/Target/TargetList.cpp
  195                    host_platform_sp->GetName() != platform_sp->GetName())) {
  195                    host_platform_sp->GetName() != platform_sp->GetName())) {
  218               if (platform_ptr->GetName() != the_platform_sp->GetName()) {
  218               if (platform_ptr->GetName() != the_platform_sp->GetName()) {
  249                 error_strm.PutCString(the_platform_sp->GetName().GetCString());