Home
last modified time | relevance | path

Searched refs:Platforms (Results 1 – 24 of 24) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/TextAPI/
H A DTextStubV4Tests.cpp84 PlatformSet Platforms; in TEST() local
223 PlatformSet Platforms; in TEST() local
224 Platforms.insert(PLATFORM_MACOS); in TEST()
225 Platforms.insert(PLATFORM_MACCATALYST); in TEST()
229 for (auto &&Platform : Platforms) in TEST()
487 PlatformSet Platforms; in TEST() local
488 Platforms.insert(PLATFORM_MACCATALYST); in TEST()
489 Platforms.insert(PLATFORM_TVOS); in TEST()
490 Platforms.insert(PLATFORM_IOS); in TEST()
517 PlatformSet Platforms; in TEST() local
[all …]
H A DTextStubV3Tests.cpp531 PlatformSet Platforms; in TEST() local
532 Platforms.insert(PLATFORM_MACOS); in TEST()
533 Platforms.insert(PLATFORM_MACCATALYST); in TEST()
534 EXPECT_EQ(Platforms.size(), File->getPlatforms().size()); in TEST()
536 EXPECT_EQ(Platforms.count(Platform), 1U); in TEST()
/llvm-project-15.0.7/llvm/utils/gn/build/
H A Dmac_sdk.gni23 …mac_sdk_path = "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDK…
24 …ios_sdk_path = "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/S…
25 …iossim_sdk_path = "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/D…
/llvm-project-15.0.7/llvm/test/DebugInfo/NVPTX/
H A Dcrash-missing-DISubprogram.ll23 …pp", directory: "/gpfs/jlse-fs0/users/jdoerfert/build/miniqmc-trunk/src/Platforms/tests/OMPTarget")
26 !12 = !DIFile(filename: "projects/benchmarks/miniqmc/src/Platforms/tests/OMPTarget/test_omp_complex…
/llvm-project-15.0.7/llvm/lib/TextAPI/
H A DTextStub.cpp441 Platforms = File->getPlatforms(); in NormalizedTBD()
596 const PlatformSet &Platforms) { in synthesizeTargets()
599 for (auto Platform : Platforms) { in synthesizeTargets()
619 File->addTargets(synthesizeTargets(Architectures, Platforms)); in denormalize()
642 synthesizeTargets(Section.Architectures, Platforms); in denormalize()
685 synthesizeTargets(Section.Architectures, Platforms); in denormalize()
733 PlatformSet Platforms; member
1027 IO.mapRequired("platform", Keys->Platforms); in mapKeysToValues()
/llvm-project-15.0.7/llvm/test/ExecutionEngine/OrcLazy/
H A Dstatic-initializers-in-objectfiles.ll6 ; Verify that LLJIT Platforms respect static initializers in cached objects.
/llvm-project-15.0.7/clang/docs/
H A DLeakSanitizer.rst46 Supported Platforms
H A DThreadSanitizer.rst17 Supported Platforms
H A DMemorySanitizer.rst194 Supported Platforms
H A DSafeStack.rst126 Supported Platforms
H A DAddressSanitizer.rst310 Supported Platforms
H A DUndefinedBehaviorSanitizer.rst315 Supported Platforms
/llvm-project-15.0.7/llvm/test/DebugInfo/X86/
H A Dsdag-combine.ll48 !11 = !DIModule(scope: null, name: "Swift", includePath: "/Xcode.app/Contents/Developer/Platforms/M…
/llvm-project-15.0.7/llvm/test/CodeGen/Thumb/
H A D2010-07-15-debugOrdering.ll73 !21 = !DIFile(filename: "math.h", directory: "/Developer/Platforms/iPhoneOS.platform/Developer/SDKs…
74 !100 = !DIFile(filename: "math.h", directory: "/Developer/Platforms/iPhoneOS.platform/Developer/SDK…
/llvm-project-15.0.7/libcxx/lib/abi/
H A DCHANGELOG.TXT496 All Platforms (ignoring versioning namespaces)
658 All Platforms
715 All Platforms
737 All Platforms
/llvm-project-15.0.7/lldb/test/API/functionalities/module_cache/debug_index/
H A Dexe.yaml11 … - '/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk'
720 …- '/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/…
/llvm-project-15.0.7/llvm/lib/Support/BLAKE3/
H A DREADME.md290 ## Other Platforms
/llvm-project-15.0.7/lldb/test/Shell/ObjectFile/MachO/
H A Dsymtab.yaml306 …Content: '/Applications/XcodeY.app/Contents/Developer/Platforms/MacOSX.platform/Developer/…
/llvm-project-15.0.7/lldb/test/Shell/Commands/
H A Dcommand-image-lookup.yaml287 …- '/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.…
/llvm-project-15.0.7/llvm/docs/
H A DXRay.rst360 More Platforms
H A DLangRef.rst3067 Platforms may rely on volatile loads and stores of natively supported
/llvm-project-15.0.7/polly/tools/GPURuntime/
H A DGPUJIT.c100 cl_platform_id *Platforms,
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseExpr.cpp3633 llvm::SmallSet<StringRef, 4> Platforms; in CheckAvailabilitySpecList() local
3647 bool Inserted = Platforms.insert(Spec.getPlatform()).second; in CheckAvailabilitySpecList()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCodeComplete.cpp10050 static const char *Platforms[] = {"macOS", "iOS", "watchOS", "tvOS"}; in CodeCompleteAvailabilityPlatformName() local
10051 for (const char *Platform : llvm::makeArrayRef(Platforms)) { in CodeCompleteAvailabilityPlatformName()