Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Utility/
DXcodeSDK.cpp37 case XcodeSDK::bridgeOS: in GetName()
82 return XcodeSDK::bridgeOS; in ParseSDKName()
189 case bridgeOS: in GetCanonicalName()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/MachO/
DPlatform.h28 bridgeOS = MachO::PLATFORM_BRIDGEOS, enumerator
/external/llvm-project/llvm/include/llvm/TextAPI/MachO/
DPlatform.h28 bridgeOS = MachO::PLATFORM_BRIDGEOS, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
DTextStubCommon.cpp74 case PlatformKind::bridgeOS: in output()
101 .Case("bridgeos", PlatformKind::bridgeOS) in input()
DPlatform.cpp76 case PlatformKind::bridgeOS: in getPlatformName()
DTarget.cpp31 .Case("bridgeos", PlatformKind::bridgeOS) in create()
DTextStub.cpp395 case PlatformKind::bridgeOS: in output()
/external/llvm-project/llvm/lib/TextAPI/MachO/
DTextStubCommon.cpp81 case PlatformKind::bridgeOS: in output()
114 .Case("bridgeos", PlatformKind::bridgeOS) in input()
DPlatform.cpp76 case PlatformKind::bridgeOS: in getPlatformName()
DTarget.cpp31 .Case("bridgeos", PlatformKind::bridgeOS) in create()
DTextStub.cpp395 case PlatformKind::bridgeOS: in output()
/external/llvm-project/lldb/include/lldb/Utility/
DXcodeSDK.h37 bridgeOS, enumerator
/external/llvm-project/lld/test/MachO/
Dplatform-version.s37 # RUN: -platform_version bridgeOS 1 5
/external/llvm-project/llvm/unittests/TextAPI/
DTextStubV2Tests.cpp299 auto Platform = PlatformKind::bridgeOS; in TEST()
DTextStubV1Tests.cpp279 auto Platform = PlatformKind::bridgeOS; in TEST()
DTextStubV3Tests.cpp482 auto Platform = PlatformKind::bridgeOS; in TEST()
DTextStubV4Tests.cpp630 EXPECT_EQ(PlatformKind::bridgeOS, *File->getPlatforms().begin()); in TEST()
/external/llvm-project/lld/MachO/
DDriver.cpp582 .Cases("bridgeos", "5", llvm::MachO::PlatformKind::bridgeOS) in handlePlatformVersion()
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwin.cpp1586 case XcodeSDK::Type::bridgeOS: in AddClangModuleCompilationOptionsForSDKType()