Home
last modified time | relevance | path

Searched refs:Platform (Results 1 – 25 of 161) sorted by relevance

1234567

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TextAPI/
H A DTarget.h27 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 DPlatform.h38 PlatformKind mapToPlatformKind(PlatformKind Platform, bool WantSim);
41 StringRef getPlatformName(PlatformKind Platform);
/netbsd-src/sys/external/isc/libsodium/dist/builds/msvc/build/
H A Dbuildbase.bat16 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 DTarget.cpp25 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 DPlatform.cpp21 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 DTextStubCommon.cpp108 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 DTextStub.cpp379 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 DCMakeLists.txt6 Platform.cpp
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DAvailability.h37 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 Dacpidevs366 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 DDarwin.cpp1393 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 DMCAssembler.h92 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 Duninstall.bat18 ECHO Uninstalling x64 Platform Toolset
24 ECHO Uninstalling Win32 Platform Toolset
H A Dinstall.bat26 ECHO Installing x64 Platform Toolset
35 ECHO Installing Win32 Platform Toolset
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/protocol/
H A Dreadme.txt2 Protocols that span the FW, Platform, or application
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/TextAPI/
H A DBUILD.gn12 "Platform.cpp",
/netbsd-src/external/apache2/llvm/lib/libLLVMTextAPI/
H A DMakefile12 Platform.cpp \
/netbsd-src/sys/arch/evbmips/conf/
H A Dstd.rmixl8 # Platform support
H A Dstd.malta8 # Platform support
H A Dstd.adm51208 # Platform support
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/amazon/
H A Dalpine-v3-evp.dts9 model = "Amazon's Annapurna Labs Alpine v3 Evaluation Platform (EVP)";
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCMachOStreamer.cpp93 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 Dthunder2-99xx.dts3 * dts file for Cavium ThunderX2 CN99XX Evaluation Platform
/netbsd-src/external/bsd/libpcap/dist/
H A Dlibpcap.pc.in14 Description: Platform-independent network traffic capture library
/netbsd-src/sys/arch/evbarm/conf/
H A DNAPPI_MD3 # NAPPI -- Netwise APlication Platform Board Kernel

1234567