/llvm-project/llvm/lib/TextAPI/ |
H A D | Platform.cpp | 21 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 D | Target.cpp | 22 PlatformType Platform; in create() local
|
H A D | Utils.cpp | 237 getPathsForPlatform(const PathToPlatformSeq & Paths,PlatformType Platform) getPathsForPlatform() argument
|
H A D | TextStubCommon.cpp | 108 auto Platform = StringSwitch<PlatformType>(Scalar) in input() local
|
/llvm-project/llvm/unittests/TextAPI/ |
H A D | TextStubV1Tests.cpp | 75 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 D | TextStubV3Tests.cpp | 79 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 D | TextStubV2Tests.cpp | 76 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 D | TextStubV4Tests.cpp | 95 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 D | CommandOptionValidators.h | 16 class Platform; variable
|
/llvm-project/llvm/include/llvm/TextAPI/ |
H A D | Target.h | 43 PlatformType Platform; variable
|
/llvm-project/clang/include/clang/AST/ |
H A D | Availability.h | 38 StringRef Platform; variable 43 AvailabilitySpec(VersionTuple Version, StringRef Platform, in AvailabilitySpec() argument
|
/llvm-project/llvm/docs/ |
H A D | ScudoHardenedAllocator.rst | 127 Platform section in Usage
|
/llvm-project/clang/lib/InstallAPI/ |
H A D | DiagnosticBuilderWrappers.cpp | 32 const PlatformType &Platform) { in operator <<()
|
/llvm-project/lldb/include/lldb/Utility/ |
H A D | LLDBLog.h | 37 Platform = Log::ChannelFlag<18>, enumerator
|
/llvm-project/llvm/include/llvm/MC/ |
H A D | MCAssembler.h | 69 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 D | MCStreamer.h | 477 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 D | MCMachOStreamer.cpp | 298 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 D | URITests.cpp | 189 TEST(URITest, Platform) { in TEST() argument
|
/llvm-project/lldb/include/lldb/ |
H A D | lldb-private-types.h | 25 class Platform; global() variable
|
/llvm-project/compiler-rt/lib/builtins/ |
H A D | os_version_check.c | 273 __isPlatformVersionAtLeast(uint32_t Platform,uint32_t Major,uint32_t Minor,uint32_t Subminor) __isPlatformVersionAtLeast() argument
|
/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | PS4CPU.cpp | 246 PS4PS5Base(const Driver & D,const llvm::Triple & Triple,const ArgList & Args,StringRef Platform,const char * EnvVar) PS4PS5Base() argument
|
H A D | Darwin.h | 366 setTarget(DarwinPlatformKind Platform,DarwinEnvironmentKind Environment,unsigned Major,unsigned Minor,unsigned Micro,VersionTuple NativeTargetVersion) setTarget() argument
|
H A D | Darwin.cpp | 1837 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 D | LLJIT.h | 250 JITDylib *Platform = nullptr; global() variable
|
H A D | MachOPlatform.h | 67 uint32_t Platform; // Platform. member
|