Searched refs:PlatformType (Results 1 – 16 of 16) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TextAPI/ |
| H A D | Platform.h | 22 using PlatformSet = SmallSet<PlatformType, 3>; 23 using PlatformVersionSet = SmallSet<std::pair<PlatformType, VersionTuple>, 3>; 25 PlatformType mapToPlatformType(PlatformType Platform, bool WantSim); 26 PlatformType mapToPlatformType(const Triple &Target); 28 StringRef getPlatformName(PlatformType Platform); 29 PlatformType getPlatformFromName(StringRef Name); 30 std::string getOSAndEnvironmentName(PlatformType Platform,
|
| H A D | Target.h | 31 Target(Architecture Arch, PlatformType Platform, 43 PlatformType Platform;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/TextAPI/ |
| H A D | Platform.cpp | 21 PlatformType mapToPlatformType(PlatformType Platform, bool WantSim) { in mapToPlatformType() 34 PlatformType mapToPlatformType(const Triple &Target) { in mapToPlatformType() 63 StringRef getPlatformName(PlatformType Platform) { in getPlatformName() 74 PlatformType getPlatformFromName(StringRef Name) { in getPlatformFromName() 75 return StringSwitch<PlatformType>(Name) in getPlatformFromName() 84 std::string getOSAndEnvironmentName(PlatformType Platform, in getOSAndEnvironmentName()
|
| H A D | Target.cpp | 22 PlatformType Platform; in create() 23 Platform = StringSwitch<PlatformType>(PlatformStr) in create() 35 Platform = (PlatformType)RawValue; in create()
|
| H A D | TextStubCommon.cpp | 108 auto Platform = StringSwitch<PlatformType>(Scalar) in input()
|
| /freebsd-14.2/contrib/llvm-project/lld/MachO/ |
| H A D | Driver.h | 73 llvm::MachO::PlatformType removeSimulator(llvm::MachO::PlatformType platform);
|
| H A D | Driver.cpp | 668 PlatformType platform = PLATFORM_UNKNOWN; 683 StringSwitch<PlatformType>(lowerDash(platformStr)) in parsePlatformVersion() 711 std::map<PlatformType, PlatformVersion> platformVersions; in setPlatformVersions() 980 PlatformType macho::removeSimulator(PlatformType platform) { in removeSimulator() 998 static bool shouldAdhocSignByDefault(Architecture arch, PlatformType platform) { in shouldAdhocSignByDefault() 1008 static const std::array<std::pair<PlatformType, VersionTuple>, 5> minVersion = in dataConstDefault() 1014 PlatformType platform = removeSimulator(config->platformInfo.target.Platform); in dataConstDefault() 1048 static const std::array<std::pair<PlatformType, VersionTuple>, 4> minVersion = in shouldEmitChainedFixups() 1053 PlatformType platform = removeSimulator(config->platformInfo.target.Platform); in shouldEmitChainedFixups() 1692 std::array<PlatformType, 3> encryptablePlatforms{ in link()
|
| H A D | Config.h | 239 llvm::MachO::PlatformType platform() const { in platform()
|
| H A D | Writer.cpp | 761 static const std::array<std::pair<PlatformType, VersionTuple>, 7> minVersion = in useLCBuildVersion()
|
| H A D | InputFiles.cpp | 126 info.target.Platform = static_cast<PlatformType>(cmd->platform); in getPlatformInfos()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCAssembler.h | 105 MachO::PlatformType Platform; ///< Used when EmitBuildVersion==true. 294 void setBuildVersion(MachO::PlatformType Platform, unsigned Major, 308 void setDarwinTargetVariantBuildVersion(MachO::PlatformType Platform, in setDarwinTargetVariantBuildVersion()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCMachOStreamer.cpp | 297 getAssembler().setBuildVersion((MachO::PlatformType)Platform, Major, Minor, in emitBuildVersion() 305 (MachO::PlatformType)Platform, Major, Minor, Update, SDKVersion); in emitDarwinTargetVariantBuildVersion()
|
| H A D | MCAsmStreamer.cpp | 633 static const char *getPlatformName(MachO::PlatformType Type) { in getPlatformName() 647 const char *PlatformName = getPlatformName((MachO::PlatformType)Platform); in emitBuildVersion()
|
| H A D | MCStreamer.cpp | 1325 static MachO::PlatformType
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | DarwinAsmParser.cpp | 1142 static Triple::OSType getOSTypeFromPlatform(MachO::PlatformType Type) { in getOSTypeFromPlatform() 1199 = getOSTypeFromPlatform((MachO::PlatformType)Platform); in parseBuildVersion()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | MachO.h | 500 enum PlatformType { enum
|