Searched refs:PlatformType (Results 1 – 18 of 18) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/TextAPI/ |
| H A D | Platform.h | 21 using PlatformSet = SmallSet<PlatformType, 3>; 23 PlatformType mapToPlatformType(PlatformType Platform, bool WantSim); 24 PlatformType mapToPlatformType(const Triple &Target); 26 StringRef getPlatformName(PlatformType Platform); 27 PlatformType getPlatformFromName(StringRef Name); 28 std::string getOSAndEnvironmentName(PlatformType Platform,
|
| H A D | Target.h | 29 Target(Architecture Arch, PlatformType Platform) in Target() 39 PlatformType Platform;
|
| /llvm-project-15.0.7/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() 91 PlatformType getPlatformFromName(StringRef Name) { in getPlatformFromName() 92 return StringSwitch<PlatformType>(Name) in getPlatformFromName() 106 std::string getOSAndEnvironmentName(PlatformType Platform, in getOSAndEnvironmentName()
|
| H A D | Target.cpp | 22 PlatformType Platform; in create() 23 Platform = StringSwitch<PlatformType>(PlatformStr) in create() 41 Platform = (PlatformType)RawValue; in create()
|
| H A D | TextStubCommon.cpp | 108 auto Platform = StringSwitch<PlatformType>(Scalar) in input()
|
| /llvm-project-15.0.7/lld/MachO/ |
| H A D | Driver.h | 72 llvm::MachO::PlatformType removeSimulator(llvm::MachO::PlatformType platform);
|
| H A D | Driver.cpp | 618 PlatformType platform = PLATFORM_UNKNOWN; 633 StringSwitch<PlatformType>(lowerDash(platformStr)) in parsePlatformVersion() 659 static PlatformType parsePlatformVersions(const ArgList &args) { in parsePlatformVersions() 660 std::map<PlatformType, PlatformVersion> platformVersions; in parsePlatformVersions() 716 PlatformType platform = parsePlatformVersions(args); in createTargetInfo() 903 PlatformType macho::removeSimulator(PlatformType platform) { in removeSimulator() 917 static const std::vector<std::pair<PlatformType, VersionTuple>> minVersion = { in dataConstDefault() 923 PlatformType platform = removeSimulator(config->platformInfo.target.Platform); in dataConstDefault() 1362 std::array<PlatformType, 3> encryptablePlatforms{ in link()
|
| H A D | Config.h | 202 llvm::MachO::PlatformType platform() const { in platform()
|
| H A D | Writer.cpp | 718 static const std::vector<std::pair<PlatformType, VersionTuple>> minVersion = { in useLCBuildVersion()
|
| H A D | InputFiles.cpp | 125 info.target.Platform = static_cast<PlatformType>(cmd->platform); in getPlatformInfos()
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MCAssembler.h | 105 MachO::PlatformType Platform; ///< Used when EmitBuildVersion==true. 291 void setBuildVersion(MachO::PlatformType Platform, unsigned Major, 305 void setDarwinTargetVariantBuildVersion(MachO::PlatformType Platform, in setDarwinTargetVariantBuildVersion()
|
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | MCMachOStreamer.cpp | 300 getAssembler().setBuildVersion((MachO::PlatformType)Platform, Major, Minor, in emitBuildVersion() 308 (MachO::PlatformType)Platform, Major, Minor, Update, SDKVersion); in emitDarwinTargetVariantBuildVersion()
|
| H A D | MCAsmStreamer.cpp | 621 static const char *getPlatformName(MachO::PlatformType Type) { in getPlatformName() 642 const char *PlatformName = getPlatformName((MachO::PlatformType)Platform); in emitBuildVersion()
|
| H A D | MCStreamer.cpp | 1303 static MachO::PlatformType
|
| /llvm-project-15.0.7/llvm/tools/llvm-ifs/ |
| H A D | llvm-ifs.cpp | 189 [](const llvm::Triple &T) -> llvm::Expected<llvm::MachO::PlatformType> { in writeTbdStub() 207 PlatformType Plat = PlatformTypeOrError.get(); in writeTbdStub()
|
| /llvm-project-15.0.7/llvm/lib/MC/MCParser/ |
| H A D | DarwinAsmParser.cpp | 1143 static Triple::OSType getOSTypeFromPlatform(MachO::PlatformType Type) { in getOSTypeFromPlatform() 1199 = getOSTypeFromPlatform((MachO::PlatformType)Platform); in parseBuildVersion()
|
| /llvm-project-15.0.7/llvm/unittests/TextAPI/ |
| H A D | TextStubV4Tests.cpp | 263 PlatformType Platform = PLATFORM_MACOS; in TEST() 428 PlatformType Platform = PLATFORM_MACCATALYST; in TEST()
|
| /llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/ |
| H A D | MachO.h | 492 enum PlatformType { enum
|