| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TextAPI/ |
| H A D | Target.h | 27 Target(Architecture Arch, PlatformKind Platform) in Target() argument 28 : Arch(Arch), Platform(Platform) {} in Target() 30 : Arch(mapToArchitecture(Triple)), Platform(mapToPlatformKind(Triple)) {} in Target() 37 PlatformKind Platform; variable 41 return std::tie(LHS.Arch, LHS.Platform) == std::tie(RHS.Arch, RHS.Platform); 45 return std::tie(LHS.Arch, LHS.Platform) != std::tie(RHS.Arch, RHS.Platform); 49 return std::tie(LHS.Arch, LHS.Platform) < std::tie(RHS.Arch, RHS.Platform);
|
| H A D | Platform.h | 38 PlatformKind mapToPlatformKind(PlatformKind Platform, bool WantSim); 41 StringRef getPlatformName(PlatformKind Platform);
|
| /netbsd-src/sys/external/isc/libsodium/dist/builds/msvc/build/ |
| H A D | buildbase.bat | 16 ECHO Platform=x86 19 msbuild /m /v:n /p:Configuration=DynDebug /p:Platform=Win32 %solution% >> %log% 22 msbuild /m /v:n /p:Configuration=DynRelease /p:Platform=Win32 %solution% >> %log% 25 msbuild /m /v:n /p:Configuration=LtcgDebug /p:Platform=Win32 %solution% >> %log% 28 msbuild /m /v:n /p:Configuration=LtcgRelease /p:Platform=Win32 %solution% >> %log% 31 msbuild /m /v:n /p:Configuration=StaticDebug /p:Platform=Win32 %solution% >> %log% 34 msbuild /m /v:n /p:Configuration=StaticRelease /p:Platform=Win32 %solution% >> %log% 38 ECHO Platform=x64 41 msbuild /m /v:n /p:Configuration=DynDebug /p:Platform=x64 %solution% >> %log% 44 msbuild /m /v:n /p:Configuration=DynRelease /p:Platform=x64 %solution% >> %log% [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/TextAPI/ |
| H A D | Target.cpp | 25 PlatformKind Platform; in create() local 26 Platform = StringSwitch<PlatformKind>(PlatformStr) in create() 39 if (Platform == PlatformKind::unknown) { in create() 44 Platform = (PlatformKind)RawValue; in create() 48 return Target{Architecture, Platform}; in create() 52 return (getArchitectureName(Arch) + " (" + getPlatformName(Platform) + ")") in operator std::string() 64 Result.insert(Target.Platform); in mapToPlatformSet()
|
| H A D | Platform.cpp | 21 PlatformKind mapToPlatformKind(PlatformKind Platform, bool WantSim) { in mapToPlatformKind() argument 22 switch (Platform) { in mapToPlatformKind() 24 return Platform; in mapToPlatformKind() 65 StringRef getPlatformName(PlatformKind Platform) { in getPlatformName() argument 66 switch (Platform) { in getPlatformName()
|
| H A D | TextStubCommon.cpp | 108 auto Platform = StringSwitch<PlatformKind>(Scalar) in input() local 118 if (Platform == PlatformKind::macCatalyst) in input() 122 if (Platform == PlatformKind::unknown) in input() 125 Values.insert(Platform); in input()
|
| H A D | TextStub.cpp | 379 switch (Value.Platform) { in output() 426 if (Value.Platform == PlatformKind::unknown) in input() 599 for (auto Platform : Platforms) { in synthesizeTargets() local 600 Platform = mapToPlatformKind(Platform, Architectures.hasX86()); in synthesizeTargets() 604 (Platform == PlatformKind::macCatalyst)) in synthesizeTargets() 607 Targets.emplace_back(Architecture, Platform); in synthesizeTargets()
|
| H A D | CMakeLists.txt | 6 Platform.cpp
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | Availability.h | 37 StringRef Platform; variable 42 AvailabilitySpec(VersionTuple Version, StringRef Platform, in AvailabilitySpec() argument 44 : Version(Version), Platform(Platform), BeginLoc(BeginLoc), in AvailabilitySpec() 52 StringRef getPlatform() const { return Platform; } in getPlatform()
|
| /netbsd-src/sys/dev/acpi/ |
| H A D | acpidevs | 366 ATM1200 Atmel Trusted Platform Module 367 BCM0101 Broadcom Trusted Platform Module 368 BCM0102 Broadcom Trusted Platform Module 369 ICO0102 Intel Trusted Platform Module 370 IFX0102 Infineon Trusted Platform Module 371 INTC0102 Intel Trusted Platform Module 372 NSC1100 NSC Trusted Platform Module 373 NSC1200 NSC Trusted Platform Module 374 PNP0C31 Trusted Platform Module 375 SMO1200 STMicroelectronics Trusted Platform Module [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/ |
| H A D | Darwin.cpp | 1393 DarwinPlatformKind getPlatform() const { return Platform; } in getPlatform() 1427 switch (Platform) { in addOSVersionMinArgument() 1478 static DarwinPlatform createOSVersionArg(DarwinPlatformKind Platform, in createOSVersionArg() 1480 return DarwinPlatform(OSVersionArg, Platform, A); in createOSVersionArg() 1482 static DarwinPlatform createDeploymentTargetEnv(DarwinPlatformKind Platform, in createDeploymentTargetEnv() 1485 DarwinPlatform Result(DeploymentTargetEnv, Platform, Value); in createDeploymentTargetEnv() 1489 static DarwinPlatform createFromSDK(DarwinPlatformKind Platform, in createFromSDK() 1492 DarwinPlatform Result(InferredFromSDK, Platform, Value); in createFromSDK() 1516 DarwinPlatform(SourceKind Kind, DarwinPlatformKind Platform, Arg *Argument) in DarwinPlatform() 1517 : Kind(Kind), Platform(Platform), Argument(Argument) {} in DarwinPlatform() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
| H A D | MCAssembler.h | 92 MachO::PlatformType Platform; ///< Used when EmitBuildVersion==true. member 277 void setBuildVersion(MachO::PlatformType Platform, unsigned Major, 281 VersionInfo.TypeOrPlatform.Platform = Platform;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/msbuild/ |
| H A D | uninstall.bat | 18 ECHO Uninstalling x64 Platform Toolset 24 ECHO Uninstalling Win32 Platform Toolset
|
| H A D | install.bat | 26 ECHO Installing x64 Platform Toolset 35 ECHO Installing Win32 Platform Toolset
|
| /netbsd-src/sys/external/bsd/gnu-efi/dist/inc/protocol/ |
| H A D | readme.txt | 2 Protocols that span the FW, Platform, or application
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/TextAPI/ |
| H A D | BUILD.gn | 12 "Platform.cpp",
|
| /netbsd-src/external/apache2/llvm/lib/libLLVMTextAPI/ |
| H A D | Makefile | 12 Platform.cpp \
|
| /netbsd-src/sys/arch/evbmips/conf/ |
| H A D | std.rmixl | 8 # Platform support
|
| H A D | std.malta | 8 # Platform support
|
| H A D | std.adm5120 | 8 # Platform support
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/amazon/ |
| H A D | alpine-v3-evp.dts | 9 model = "Amazon's Annapurna Labs Alpine v3 Evaluation Platform (EVP)";
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
| H A D | MCMachOStreamer.cpp | 93 void emitBuildVersion(unsigned Platform, unsigned Major, unsigned Minor, 279 void MCMachOStreamer::emitBuildVersion(unsigned Platform, unsigned Major, in emitBuildVersion() argument 282 getAssembler().setBuildVersion((MachO::PlatformType)Platform, Major, Minor, in emitBuildVersion()
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/cavium/ |
| H A D | thunder2-99xx.dts | 3 * dts file for Cavium ThunderX2 CN99XX Evaluation Platform
|
| /netbsd-src/external/bsd/libpcap/dist/ |
| H A D | libpcap.pc.in | 14 Description: Platform-independent network traffic capture library
|
| /netbsd-src/sys/arch/evbarm/conf/ |
| H A D | NAPPI_MD | 3 # NAPPI -- Netwise APlication Platform Board Kernel
|