Searched refs:PLATFORM_MACOS (Results 1 – 18 of 18) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/TextAPI/ |
| D | Platform.cpp | 39 return PLATFORM_MACOS; in mapToPlatformType() 67 case PLATFORM_MACOS: in getPlatformName() 93 .Case("macos", PLATFORM_MACOS) in getPlatformFromName() 111 case PLATFORM_MACOS: in getOSAndEnvironmentName()
|
| D | TextStubCommon.cpp | 52 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()
|
| D | Target.cpp | 24 .Case("macos", PLATFORM_MACOS) in create()
|
| D | TextStub.cpp | 383 case PLATFORM_MACOS: in output()
|
| /openbsd/src/gnu/llvm/llvm/lib/Object/ |
| D | TapiFile.cpp | 52 if (interface.getPlatforms().count(PLATFORM_MACOS) && Arch == AK_i386) { in TapiFile()
|
| /openbsd/src/gnu/llvm/lld/MachO/ |
| D | Driver.cpp | 661 .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()
|
| D | Writer.cpp | 448 case PLATFORM_MACOS: in writeTo() 757 {{{PLATFORM_MACOS, VersionTuple(10, 14)}, in useLCBuildVersion()
|
| D | InputFiles.cpp | 136 info.target.Platform = PLATFORM_MACOS; in getPlatformInfos() 1800 MachO::Target(config->arch(), PLATFORM_MACOS)); in skipPlatformCheckForCatalyst()
|
| D | SyntheticSections.cpp | 107 config->platform() == PLATFORM_MACOS && in cpuSubtype()
|
| /openbsd/src/gnu/llvm/llvm/lib/MC/MCParser/ |
| D | DarwinAsmParser.cpp | 1146 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/ |
| D | llvm-ifs.cpp | 197 return llvm::MachO::PLATFORM_MACOS; in writeTbdStub()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Object/ |
| D | MachO.h | 785 case MachO::PLATFORM_MACOS: return "macos"; in getBuildPlatform()
|
| /openbsd/src/gnu/llvm/llvm/lib/MC/ |
| D | MCStreamer.cpp | 1318 return MachO::PLATFORM_MACOS; in getMachoBuildVersionPlatformType()
|
| D | MCAsmStreamer.cpp | 630 case MachO::PLATFORM_MACOS: return "macos"; in getPlatformName()
|
| /openbsd/src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/ |
| D | MachProcess.mm | 679 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/ |
| D | MachO.h | 499 PLATFORM_MACOS = 1, enumerator
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/ |
| D | ObjectFileMachO.cpp | 112 #ifdef PLATFORM_MACOS 113 #undef PLATFORM_MACOS 4886 case llvm::MachO::PLATFORM_MACOS:
|
| /openbsd/src/gnu/llvm/clang/lib/CodeGen/ |
| D | CGObjC.cpp | 3963 return llvm::MachO::PLATFORM_MACOS; in getBaseMachOPlatformID()
|