Searched refs:PlatformType (Results 1 – 17 of 17) sorted by relevance
| /openbsd-src/gnu/llvm/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;
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/lld/MachO/ |
| H A D | Driver.h | 71 llvm::MachO::PlatformType removeSimulator(llvm::MachO::PlatformType platform);
|
| H A D | Driver.cpp | 645 PlatformType platform = PLATFORM_UNKNOWN; 660 StringSwitch<PlatformType>(lowerDash(platformStr)) in parsePlatformVersion() 686 static PlatformType parsePlatformVersions(const ArgList &args) { in parsePlatformVersions() 687 std::map<PlatformType, PlatformVersion> platformVersions; in parsePlatformVersions() 743 PlatformType platform = parsePlatformVersions(args); in createTargetInfo() 952 PlatformType macho::removeSimulator(PlatformType platform) { in removeSimulator() 970 static bool shouldAdhocSignByDefault(Architecture arch, PlatformType platform) { in shouldAdhocSignByDefault() 980 static const std::array<std::pair<PlatformType, VersionTuple>, 5> minVersion = in dataConstDefault() 986 PlatformType platform = removeSimulator(config->platformInfo.target.Platform); in dataConstDefault() 1020 static const std::array<std::pair<PlatformType, VersionTuple>, 4> minVersion = in shouldEmitChainedFixups() [all …]
|
| H A D | Config.h | 229 llvm::MachO::PlatformType platform() const { in platform()
|
| H A D | Writer.cpp | 756 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()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/ |
| H A D | MCMachOStreamer.cpp | 298 getAssembler().setBuildVersion((MachO::PlatformType)Platform, Major, Minor, in emitBuildVersion() 306 (MachO::PlatformType)Platform, Major, Minor, Update, SDKVersion); in emitDarwinTargetVariantBuildVersion()
|
| H A D | MCAsmStreamer.cpp | 626 static const char *getPlatformName(MachO::PlatformType Type) { in getPlatformName() 647 const char *PlatformName = getPlatformName((MachO::PlatformType)Platform); in emitBuildVersion()
|
| H A D | MCStreamer.cpp | 1312 static MachO::PlatformType
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-ifs/ |
| H A D | llvm-ifs.cpp | 195 [](const llvm::Triple &T) -> llvm::Expected<llvm::MachO::PlatformType> { in writeTbdStub() 213 PlatformType Plat = PlatformTypeOrError.get(); in writeTbdStub()
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/ |
| H A D | DarwinAsmParser.cpp | 1142 static Triple::OSType getOSTypeFromPlatform(MachO::PlatformType Type) { in getOSTypeFromPlatform() 1198 = getOSTypeFromPlatform((MachO::PlatformType)Platform); in parseBuildVersion()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/ |
| H A D | MachO.h | 497 enum PlatformType { enum
|