Home
last modified time | relevance | path

Searched defs:Platform (Results 1 – 25 of 44) sorted by relevance

12

/llvm-project/llvm/lib/TextAPI/
H A DPlatform.cpp21 PlatformType mapToPlatformType(PlatformType Platform, bool WantSim) { in mapToPlatformType()
69 StringRef getPlatformName(PlatformType Platform) { in getPlatformName()
90 std::string getOSAndEnvironmentName(PlatformType Platform, in getOSAndEnvironmentName()
H A DTarget.cpp22 PlatformType Platform; in create() local
H A DUtils.cpp237 getPathsForPlatform(const PathToPlatformSeq & Paths,PlatformType Platform) getPathsForPlatform() argument
H A DTextStubCommon.cpp108 auto Platform = StringSwitch<PlatformType>(Scalar) in input() local
/llvm-project/llvm/unittests/TextAPI/
H A DTextStubV1Tests.cpp75 auto Platform = PLATFORM_IOS; in TEST() local
128 auto Platform = PLATFORM_IOS; in TEST() local
209 auto Platform = PLATFORM_MACOS; in TEST() local
226 auto Platform = PLATFORM_IOS; in TEST() local
243 auto Platform = PLATFORM_WATCHOS; in TEST() local
260 auto Platform = PLATFORM_TVOS; in TEST() local
277 auto Platform = PLATFORM_BRIDGEOS; in TEST() local
H A DTextStubV3Tests.cpp79 auto Platform = PLATFORM_IOS; in TEST() local
163 auto Platform = PLATFORM_IOS; in TEST() local
379 auto Platform = PLATFORM_MACOS; in TEST() local
403 auto Platform = PLATFORM_IOS; in TEST() local
426 auto Platform = PLATFORM_WATCHOS; in TEST() local
450 auto Platform = PLATFORM_TVOS; in TEST() local
473 auto Platform = PLATFORM_BRIDGEOS; in TEST() local
496 auto Platform = PLATFORM_MACCATALYST; in TEST() local
526 for (auto Platform : File->getPlatforms()) in TEST() local
547 auto Platform = PLATFORM_IOSSIMULATOR; in TEST() local
[all …]
H A DTextStubV2Tests.cpp76 auto Platform = PLATFORM_IOS; in TEST() local
147 auto Platform = PLATFORM_IOS; in TEST() local
230 auto Platform = PLATFORM_MACOS; in TEST() local
246 auto Platform = PLATFORM_IOS; in TEST() local
263 auto Platform = PLATFORM_WATCHOS; in TEST() local
280 auto Platform = PLATFORM_TVOS; in TEST() local
297 auto Platform = PLATFORM_BRIDGEOS; in TEST() local
H A DTextStubV4Tests.cpp95 for (auto Platform : File->getPlatforms()) in TEST() local
254 PlatformType Platform = PLATFORM_MACOS; in TEST() local
393 PlatformType Platform = PLATFORM_MACCATALYST; in TEST() local
456 for (auto Platform : File->getPlatforms()) in TEST() local
485 for (auto Platform : File->getPlatforms()) in TEST() local
771 for (auto Platform : File->getPlatforms()) in TEST() local
/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandOptionValidators.h16 class Platform; variable
/llvm-project/llvm/include/llvm/TextAPI/
H A DTarget.h43 PlatformType Platform; variable
/llvm-project/clang/include/clang/AST/
H A DAvailability.h38 StringRef Platform; variable
43 AvailabilitySpec(VersionTuple Version, StringRef Platform, in AvailabilitySpec() argument
/llvm-project/llvm/docs/
H A DScudoHardenedAllocator.rst127 Platform section in Usage
/llvm-project/clang/lib/InstallAPI/
H A DDiagnosticBuilderWrappers.cpp32 const PlatformType &Platform) { in operator <<()
/llvm-project/lldb/include/lldb/Utility/
H A DLLDBLog.h37 Platform = Log::ChannelFlag<18>, enumerator
/llvm-project/llvm/include/llvm/MC/
H A DMCAssembler.h69 MachO::PlatformType Platform; ///< Used when EmitBuildVersion==true. global() member
261 setDarwinTargetVariantBuildVersion(MachO::PlatformType Platform,unsigned Major,unsigned Minor,unsigned Update,VersionTuple SDKVersion) setDarwinTargetVariantBuildVersion() argument
H A DMCStreamer.h477 emitBuildVersion(unsigned Platform,unsigned Major,unsigned Minor,unsigned Update,VersionTuple SDKVersion) emitBuildVersion() argument
481 emitDarwinTargetVariantBuildVersion(unsigned Platform,unsigned Major,unsigned Minor,unsigned Update,VersionTuple SDKVersion) emitDarwinTargetVariantBuildVersion() argument
/llvm-project/llvm/lib/MC/
H A DMCMachOStreamer.cpp298 emitBuildVersion(unsigned Platform,unsigned Major,unsigned Minor,unsigned Update,VersionTuple SDKVersion) emitBuildVersion() argument
306 emitDarwinTargetVariantBuildVersion(unsigned Platform,unsigned Major,unsigned Minor,unsigned Update,VersionTuple SDKVersion) emitDarwinTargetVariantBuildVersion() argument
/llvm-project/clang-tools-extra/clangd/unittests/
H A DURITests.cpp189 TEST(URITest, Platform) { in TEST() argument
/llvm-project/lldb/include/lldb/
H A Dlldb-private-types.h25 class Platform; global() variable
/llvm-project/compiler-rt/lib/builtins/
H A Dos_version_check.c273 __isPlatformVersionAtLeast(uint32_t Platform,uint32_t Major,uint32_t Minor,uint32_t Subminor) __isPlatformVersionAtLeast() argument
/llvm-project/clang/lib/Driver/ToolChains/
H A DPS4CPU.cpp246 PS4PS5Base(const Driver & D,const llvm::Triple & Triple,const ArgList & Args,StringRef Platform,const char * EnvVar) PS4PS5Base() argument
H A DDarwin.h366 setTarget(DarwinPlatformKind Platform,DarwinEnvironmentKind Environment,unsigned Major,unsigned Minor,unsigned Micro,VersionTuple NativeTargetVersion) setTarget() argument
H A DDarwin.cpp1837 DarwinPlatformKind Platform; global() member
2301 DarwinPlatformKind Platform = OSTarget->getPlatform(); AddDeploymentTarget() local
3235 getPlatformName(Darwin::DarwinPlatformKind Platform,Darwin::DarwinEnvironmentKind Environment) getPlatformName() argument
3325 Darwin::DarwinPlatformKind Platform; addPlatformVersionArgs() local
[all...]
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h250 JITDylib *Platform = nullptr; global() variable
H A DMachOPlatform.h67 uint32_t Platform; // Platform. member

12