Home
last modified time | relevance | path

Searched refs:PLATFORM_MACOS (Results 1 – 18 of 18) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/TextAPI/
DPlatform.cpp39 return PLATFORM_MACOS; in mapToPlatformType()
67 case PLATFORM_MACOS: in getPlatformName()
93 .Case("macos", PLATFORM_MACOS) in getPlatformFromName()
111 case PLATFORM_MACOS: in getOSAndEnvironmentName()
DTextStubCommon.cpp52 if (Ctx && Ctx->FileKind == TBD_V3 && Values.count(PLATFORM_MACOS) && in output()
63 case PLATFORM_MACOS: in output()
101 Values.insert(PLATFORM_MACOS); in input()
109 .Case("macosx", PLATFORM_MACOS) in input()
DTarget.cpp24 .Case("macos", PLATFORM_MACOS) in create()
DTextStub.cpp383 case PLATFORM_MACOS: in output()
/openbsd/src/gnu/llvm/llvm/lib/Object/
DTapiFile.cpp52 if (interface.getPlatforms().count(PLATFORM_MACOS) && Arch == AK_i386) { in TapiFile()
/openbsd/src/gnu/llvm/lld/MachO/
DDriver.cpp661 .Cases("macos", "1", PLATFORM_MACOS) in parsePlatformVersion()
709 bool isZipperedCatalyst = platformVersions.count(PLATFORM_MACOS) && in parsePlatformVersions()
719 config->platformInfo.minimum = platformVersions[PLATFORM_MACOS].minimum; in parsePlatformVersions()
720 config->platformInfo.sdk = platformVersions[PLATFORM_MACOS].sdk; in parsePlatformVersions()
727 return PLATFORM_MACOS; in parsePlatformVersions()
974 return platform == PLATFORM_MACOS || platform == PLATFORM_IOSSIMULATOR || in shouldAdhocSignByDefault()
981 {{{PLATFORM_MACOS, VersionTuple(10, 15)}, in dataConstDefault()
1021 {{{PLATFORM_MACOS, VersionTuple(11, 0)}, in shouldEmitChainedFixups()
DWriter.cpp448 case PLATFORM_MACOS: in writeTo()
757 {{{PLATFORM_MACOS, VersionTuple(10, 14)}, in useLCBuildVersion()
DInputFiles.cpp136 info.target.Platform = PLATFORM_MACOS; in getPlatformInfos()
1800 MachO::Target(config->arch(), PLATFORM_MACOS)); in skipPlatformCheckForCatalyst()
DSyntheticSections.cpp107 config->platform() == PLATFORM_MACOS && in cpuSubtype()
/openbsd/src/gnu/llvm/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp1146 case MachO::PLATFORM_MACOS: return Triple::MacOSX; in getOSTypeFromPlatform()
1170 .Case("macos", MachO::PLATFORM_MACOS) in parseBuildVersion()
/openbsd/src/gnu/llvm/llvm/tools/llvm-ifs/
Dllvm-ifs.cpp197 return llvm::MachO::PLATFORM_MACOS; in writeTbdStub()
/openbsd/src/gnu/llvm/llvm/include/llvm/Object/
DMachO.h785 case MachO::PLATFORM_MACOS: return "macos"; in getBuildPlatform()
/openbsd/src/gnu/llvm/llvm/lib/MC/
DMCStreamer.cpp1318 return MachO::PLATFORM_MACOS; in getMachoBuildVersionPlatformType()
DMCAsmStreamer.cpp630 case MachO::PLATFORM_MACOS: return "macos"; in getPlatformName()
/openbsd/src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
DMachProcess.mm679 handle_version_min(PLATFORM_MACOS);
728 case PLATFORM_MACOS:
882 // a PLATFORM_MACOS and a PLATFORM_MACCATALYST load command.
885 // PLATFORM_MACOS and PLATFORM_MACCATALYST load commands and
/openbsd/src/gnu/llvm/llvm/include/llvm/BinaryFormat/
DMachO.h499 PLATFORM_MACOS = 1, enumerator
/openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp112 #ifdef PLATFORM_MACOS
113 #undef PLATFORM_MACOS
4886 case llvm::MachO::PLATFORM_MACOS:
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGObjC.cpp3963 return llvm::MachO::PLATFORM_MACOS; in getBaseMachOPlatformID()