Home
last modified time | relevance | path

Searched refs:PLATFORM_IOS (Results 1 – 16 of 16) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/TextAPI/
DPlatform.cpp25 case PLATFORM_IOS: in mapToPlatformType()
26 return WantSim ? PLATFORM_IOSSIMULATOR : PLATFORM_IOS; in mapToPlatformType()
45 return PLATFORM_IOS; in mapToPlatformType()
69 case PLATFORM_IOS: in getPlatformName()
94 .Case("ios", PLATFORM_IOS) in getPlatformFromName()
113 case PLATFORM_IOS: in getOSAndEnvironmentName()
DTextStubCommon.cpp68 case PLATFORM_IOS: in output()
110 .Case("ios", PLATFORM_IOS) in input()
DTarget.cpp25 .Case("ios", PLATFORM_IOS) in create()
DTextStub.cpp386 case PLATFORM_IOS: in output()
/openbsd/src/gnu/llvm/lld/MachO/
DDriver.cpp662 .Cases("ios", "2", PLATFORM_IOS) in parsePlatformVersion()
955 return PLATFORM_IOS; in removeSimulator()
982 {PLATFORM_IOS, VersionTuple(13, 0)}, in dataConstDefault()
1022 {PLATFORM_IOS, VersionTuple(13, 4)}, in shouldEmitChainedFixups()
1632 PLATFORM_IOS, PLATFORM_WATCHOS, PLATFORM_TVOS}; in link()
DWriter.cpp451 case PLATFORM_IOS: in writeTo()
758 {PLATFORM_IOS, VersionTuple(12, 0)}, in useLCBuildVersion()
DInputFiles.cpp139 info.target.Platform = PLATFORM_IOS; in getPlatformInfos()
/openbsd/src/gnu/llvm/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp1147 case MachO::PLATFORM_IOS: return Triple::IOS; in getOSTypeFromPlatform()
1171 .Case("ios", MachO::PLATFORM_IOS) in parseBuildVersion()
/openbsd/src/gnu/llvm/llvm/tools/llvm-ifs/
Dllvm-ifs.cpp205 return llvm::MachO::PLATFORM_IOS; in writeTbdStub()
/openbsd/src/gnu/llvm/llvm/include/llvm/Object/
DMachO.h786 case MachO::PLATFORM_IOS: return "ios"; in getBuildPlatform()
/openbsd/src/gnu/llvm/llvm/lib/MC/
DMCStreamer.cpp1323 : MachO::PLATFORM_IOS; in getMachoBuildVersionPlatformType()
DMCAsmStreamer.cpp631 case MachO::PLATFORM_IOS: return "ios"; in getPlatformName()
/openbsd/src/gnu/llvm/llvm/include/llvm/BinaryFormat/
DMachO.h500 PLATFORM_IOS = 2, enumerator
/openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp118 #ifdef PLATFORM_IOS
119 #undef PLATFORM_IOS
4889 case llvm::MachO::PLATFORM_IOS:
/openbsd/src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
DMachProcess.mm656 case PLATFORM_IOS:
676 handle_version_min(PLATFORM_IOS);
732 case PLATFORM_IOS:
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGObjC.cpp3965 return llvm::MachO::PLATFORM_IOS; in getBaseMachOPlatformID()