Home
last modified time | relevance | path

Searched refs:bridgeOS (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/TextAPI/
H A DPlatform.cpp77 case PlatformKind::bridgeOS: in getPlatformName()
121 case PlatformKind::bridgeOS: in getOSAndEnvironmentName()
H A DTextStubCommon.cpp81 case PlatformKind::bridgeOS: in output()
114 .Case("bridgeos", PlatformKind::bridgeOS) in input()
H A DTarget.cpp31 .Case("bridgeos", PlatformKind::bridgeOS) in create()
H A DTextStub.cpp395 case PlatformKind::bridgeOS: in output()
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DXcodeSDK.cpp37 case XcodeSDK::bridgeOS: in GetName()
82 return XcodeSDK::bridgeOS; in ParseSDKName()
189 case bridgeOS: in GetCanonicalName()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DPlatform.h28 bridgeOS = MachO::PLATFORM_BRIDGEOS, enumerator
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DXcodeSDK.h37 bridgeOS, enumerator
/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DDriver.cpp673 .Cases("bridgeos", "5", PlatformKind::bridgeOS) in parsePlatformVersion()
906 {PlatformKind::bridgeOS, VersionTuple(4, 0)}}; in dataConstDefault()
H A DOptions.td360 HelpText<"Oldest bridgeOS version for which linked output is usable">,