| /freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/ |
| H A D | Platform.h | 23 using PlatformSet = SmallSet<PlatformType, 3>; 24 using PlatformVersionSet = SmallSet<std::pair<PlatformType, VersionTuple>, 3>; 26 LLVM_ABI PlatformType mapToPlatformType(PlatformType Platform, bool WantSim); 27 LLVM_ABI PlatformType mapToPlatformType(const Triple &Target); 29 LLVM_ABI StringRef getPlatformName(PlatformType Platform); 30 LLVM_ABI PlatformType getPlatformFromName(StringRef Name); 31 LLVM_ABI std::string getOSAndEnvironmentName(PlatformType Platform,
|
| H A D | Utils.h | 36 using PathToPlatform = std::pair<std::string, std::optional<PlatformType>>; 100 PlatformType Platform);
|
| H A D | Target.h | 32 Target(Architecture Arch, PlatformType Platform, 44 PlatformType Platform;
|
| /freebsd/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() 69 StringRef getPlatformName(PlatformType Platform) { in getPlatformName() 80 PlatformType getPlatformFromName(StringRef Name) { in getPlatformFromName() 81 return StringSwitch<PlatformType>(Name) in getPlatformFromName() 90 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()
|
| H A D | Utils.cpp | 240 PlatformType Platform) { in getPathsForPlatform()
|
| /freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/ |
| H A D | MachO.h | 49 using PlatformType = llvm::MachO::PlatformType; variable
|
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | Driver.h | 78 llvm::MachO::PlatformType removeSimulator(llvm::MachO::PlatformType platform);
|
| H A D | Driver.cpp | 696 PlatformType platform = PLATFORM_UNKNOWN; 711 StringSwitch<PlatformType>(lowerDash(platformStr)) in parsePlatformVersion() 741 std::map<PlatformType, PlatformVersion> platformVersions; in setPlatformVersions() 1015 PlatformType macho::removeSimulator(PlatformType platform) { in removeSimulator() 1035 static bool shouldAdhocSignByDefault(Architecture arch, PlatformType platform) { in shouldAdhocSignByDefault() 1046 using MinVersions = std::array<std::pair<PlatformType, VersionTuple>, N>; 1053 PlatformType platform = config->platformInfo.target.Platform; in greaterEqMinVersion() 1898 std::array<PlatformType, 4> encryptablePlatforms{ in link()
|
| H A D | Config.h | 259 llvm::MachO::PlatformType platform() const { in platform()
|
| H A D | Writer.cpp | 801 static const std::array<std::pair<PlatformType, VersionTuple>, 7> minVersion = in useLCBuildVersion()
|
| H A D | InputFiles.cpp | 124 info.target.Platform = static_cast<PlatformType>(cmd->platform); in getPlatformInfos()
|
| /freebsd/contrib/llvm-project/clang/lib/InstallAPI/ |
| H A D | DiagnosticBuilderWrappers.cpp | 31 const PlatformType &Platform) { in operator <<() 44 [&Stream](const std::pair<PlatformType, VersionTuple> &PV) { in operator <<() argument
|
| H A D | DiagnosticBuilderWrappers.h | 27 const PlatformType &Platform);
|
| H A D | DylibVerifier.cpp | 816 Ctx.Target = Target(Architecture::AK_unknown, PlatformType::PLATFORM_UNKNOWN); in verifyRemainingSymbols()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCMachObjectWriter.h | 101 MachO::PlatformType Platform; ///< Used when EmitBuildVersion==true. 228 void setBuildVersion(MachO::PlatformType Platform, unsigned Major, 238 void setTargetVariantBuildVersion(MachO::PlatformType Platform, in setTargetVariantBuildVersion()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCMachOStreamer.cpp | 246 getWriter().setBuildVersion((MachO::PlatformType)Platform, Major, Minor, in emitBuildVersion() 253 getWriter().setTargetVariantBuildVersion((MachO::PlatformType)Platform, Major, in emitDarwinTargetVariantBuildVersion()
|
| H A D | MCAsmStreamer.cpp | 663 static const char *getPlatformName(MachO::PlatformType Type) { in getPlatformName() 677 const char *PlatformName = getPlatformName((MachO::PlatformType)Platform); in emitBuildVersion()
|
| H A D | MCStreamer.cpp | 1464 static MachO::PlatformType
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | DarwinAsmParser.cpp | 1126 static Triple::OSType getOSTypeFromPlatform(MachO::PlatformType Type) { in getOSTypeFromPlatform() 1183 = getOSTypeFromPlatform((MachO::PlatformType)Platform); in parseBuildVersion()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | MachO.h | 500 enum PlatformType { enum
|