Home
last modified time | relevance | path

Searched refs:GetPlatformName (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformRemoteAppleTV.h52 llvm::StringRef GetPlatformName() override;
DPlatformRemoteAppleBridge.h52 llvm::StringRef GetPlatformName() override;
DPlatformRemoteAppleWatch.h55 llvm::StringRef GetPlatformName() override;
DPlatformRemoteiOS.h51 llvm::StringRef GetPlatformName() override;
DPlatformRemoteMacOSX.h54 llvm::StringRef GetPlatformName() override;
DPlatformRemoteAppleBridge.cpp179 llvm::StringRef PlatformRemoteAppleBridge::GetPlatformName() { in GetPlatformName() function in PlatformRemoteAppleBridge
DPlatformRemoteiOS.cpp150 llvm::StringRef PlatformRemoteiOS::GetPlatformName() { in GetPlatformName() function in PlatformRemoteiOS
DPlatformRemoteDarwinDevice.h101 virtual llvm::StringRef GetPlatformName() = 0;
DPlatformRemoteAppleTV.cpp230 llvm::StringRef PlatformRemoteAppleTV::GetPlatformName() { in GetPlatformName() function in PlatformRemoteAppleTV
DPlatformRemoteAppleWatch.cpp305 llvm::StringRef PlatformRemoteAppleWatch::GetPlatformName() { in GetPlatformName() function in PlatformRemoteAppleWatch
DPlatformRemoteMacOSX.cpp217 llvm::StringRef PlatformRemoteMacOSX::GetPlatformName() { in GetPlatformName() function in PlatformRemoteMacOSX
DPlatformRemoteDarwinDevice.cpp339 ("/Platforms/" + GetPlatformName() + "/DeviceSupport").str(); in GetDeviceSupportDirectory()