Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformRemoteAppleWatch.h44 llvm::StringRef GetPlatformName() override;
H A DPlatformRemoteAppleBridge.h46 llvm::StringRef GetPlatformName() override;
H A DPlatformRemoteiOS.h46 llvm::StringRef GetPlatformName() override;
H A DPlatformRemoteAppleTV.h52 llvm::StringRef GetPlatformName() override;
H A DPlatformRemoteMacOSX.h49 llvm::StringRef GetPlatformName() override;
H A DPlatformDarwinDevice.h55 virtual llvm::StringRef GetPlatformName() = 0;
H A DPlatformMacOSX.h75 llvm::StringRef GetPlatformName() override;
H A DPlatformRemoteAppleBridge.cpp150 llvm::StringRef PlatformRemoteAppleBridge::GetPlatformName() { in GetPlatformName() function in PlatformRemoteAppleBridge
H A DPlatformRemoteMacOSX.cpp152 llvm::StringRef PlatformRemoteMacOSX::GetPlatformName() { in GetPlatformName() function in PlatformRemoteMacOSX
H A DPlatformRemoteAppleTV.cpp161 llvm::StringRef PlatformRemoteAppleTV::GetPlatformName() { in GetPlatformName() function in PlatformRemoteAppleTV
H A DPlatformRemoteiOS.cpp155 llvm::StringRef PlatformRemoteiOS::GetPlatformName() { in GetPlatformName() function in PlatformRemoteiOS
H A DPlatformRemoteAppleWatch.cpp187 llvm::StringRef PlatformRemoteAppleWatch::GetPlatformName() { in GetPlatformName() function in PlatformRemoteAppleWatch
H A DPlatformMacOSX.cpp226 llvm::StringRef PlatformMacOSX::GetPlatformName() { return "MacOSX.platform"; } in GetPlatformName() function in PlatformMacOSX
H A DPlatformDarwinDevice.cpp231 ("/Platforms/" + GetPlatformName() + "/DeviceSupport").str(); in GetDeviceSupportDirectory()