| /llvm-project-15.0.7/lld/test/MachO/ |
| H A D | tapi-link-by-arch.s | 8 # RUN: llvm-mc -filetype obj -triple x86_64-apple-iossimulator14.4 %s -o %t/x86_64-sim.o 10 # RUN: -lSystem %S/Inputs/libStubLink.tbd %t/x86_64-sim.o 2>&1 | FileCheck %s 12 # RUN: llvm-mc -filetype obj -triple arm64-apple-iossimulator14.4 %s -o %t/arm64-sim.o 14 # RUN: /dev/null %S/Inputs/libStubLink.tbd %t/arm64-sim.o
|
| H A D | adhoc-codesign.s | 6 # RUN: llvm-mc -filetype=obj -triple=arm64-apple-iossimulator -o %t/main-arm64-sim.o %t/main.s 9 # RUN: llvm-mc -filetype=obj -triple=arm64-apple-iossimulator -o %t/foo-arm64-sim.o %t/foo.s 59 …-platform_version ios-simulator 14.0 15.0 -execute -o %t/out %t/main-arm64-sim.o -syslibroot %S/In… 61 …arg-lld -arch arm64 -platform_version ios-simulator 14.0 15.0 -dylib -o %t/out %t/foo-arm64-sim.o 63 …arg-lld -arch arm64 -platform_version ios-simulator 14.0 15.0 -bundle -o %t/out %t/foo-arm64-sim.o 66 …n ios-simulator 14.0 15.0 -execute -adhoc_codesign -o %t/out %t/main-arm64-sim.o -syslibroot %S/In… 68 …m64 -platform_version ios-simulator 14.0 15.0 -dylib -adhoc_codesign -o %t/out %t/foo-arm64-sim.o 70 …m64 -platform_version ios-simulator 14.0 15.0 -bundle -adhoc_codesign -o %t/out %t/foo-arm64-sim.o 73 …os-simulator 14.0 15.0 -execute -no_adhoc_codesign -o %t/out %t/main-arm64-sim.o -syslibroot %S/In… 75 … -platform_version ios-simulator 14.0 15.0 -dylib -no_adhoc_codesign -o %t/out %t/foo-arm64-sim.o [all …]
|
| /llvm-project-15.0.7/lldb/unittests/Platform/ |
| H A D | PlatformAppleSimulatorTest.cpp | 60 for (auto sim : sim_platforms) { in TEST_F() local 63 arch.GetTriple().setOS(sim); in TEST_F() 86 for (auto sim : sim_platforms) { in TEST_F() local 88 arch.GetTriple().setOS(sim); in TEST_F()
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libstdcpp/iterator/ |
| H A D | main.cpp | 22 strint_map sim; in main() local 23 sim["world"] = 42; in main() 32 simter simI = sim.begin(); in main()
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/iterator/ |
| H A D | main.cpp | 22 strint_map sim; in main() local 23 sim["world"] = 42; in main() 32 simter simI = sim.begin(); in main()
|
| /llvm-project-15.0.7/llvm/tools/llvm-sim/ |
| H A D | CMakeLists.txt | 7 add_llvm_tool(llvm-sim 8 llvm-sim.cpp
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/tools/llvm-sim/ |
| H A D | BUILD.gn | 1 executable("llvm-sim") { 7 sources = [ "llvm-sim.cpp" ]
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-sim/ |
| H A D | fail-cases.test | 1 # RUN: not llvm-sim %s 2>&1 | FileCheck %s 2 # RUN: not llvm-sim %s.2 2>&1 | FileCheck -DMSG=%errc_ENOENT %s --check-prefix=EXIST
|
| H A D | single-sim.test | 1 # RUN: llvm-sim -o - %S/Inputs/sim1.ll | FileCheck %s
|
| H A D | single-sim-file.test | 1 # RUN: llvm-sim -o %t %S/Inputs/sim1.ll
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | cxx1z-decomposition.cpp | 25 auto &[sre, sim] = scf; in decompose_complex() 28 static_assert(&sim == &__imag scf); in decompose_complex()
|
| H A D | cxx0x-cursory-default-delete.cpp | 109 const some_init_mutable sim; // ok in constobjs() local
|
| /llvm-project-15.0.7/compiler-rt/cmake/ |
| H A D | config-ix.cmake | 333 if ("${platform}" MATCHES "^(osx|((ios|watchos|tvos)(sim)?))$") 502 darwin_test_archs(${platform}sim 507 list(APPEND SANITIZER_COMMON_SUPPORTED_OS ${platform}sim) 508 list(APPEND PROFILE_SUPPORTED_OS ${platform}sim) 509 list(APPEND TSAN_SUPPORTED_OS ${platform}sim) 510 list(APPEND FUZZER_SUPPORTED_OS ${platform}sim) 511 list(APPEND ORC_SUPPORTED_OS ${platform}sim) 512 list(APPEND UBSAN_SUPPORTED_OS ${platform}sim) 513 list(APPEND LSAN_SUPPORTED_OS ${platform}sim) 514 list(APPEND STATS_SUPPORTED_OS ${platform}sim)
|
| H A D | builtin-config-ix.cmake | 188 darwin_test_archs(${platform}sim 194 list(APPEND BUILTIN_SUPPORTED_OS ${platform}sim)
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Thumb2/ |
| H A D | 2009-08-04-SubregLoweringBug2.ll | 9 define %struct.List* @sim(%struct.Village* %village) nounwind {
|
| H A D | 2009-08-04-SubregLoweringBug3.ll | 9 define %struct.List* @sim(%struct.Village* %village) nounwind {
|
| /llvm-project-15.0.7/llvm/test/Transforms/IROutliner/ |
| H A D | illegal-branches.ll | 2 ; RUN: opt -S -verify -iroutliner -no-ir-sim-branch-matching -ir-outlining-no-cost < %s | FileCheck…
|
| H A D | illegal-indirect-calls.ll | 2 ; RUN: opt -S -verify -iroutliner -ir-outlining-no-cost --no-ir-sim-indirect-calls < %s | FileCheck…
|
| H A D | illegal-cleanup.ll | 2 ; RUN: opt -S -verify -iroutliner -no-ir-sim-branch-matching -ir-outlining-no-cost < %s | FileCheck…
|
| H A D | illegal-memset.ll | 2 ; RUN: opt -S -verify -iroutliner -ir-outlining-no-cost -no-ir-sim-intrinsics < %s | FileCheck %s
|
| H A D | illegal-landingpad.ll | 2 ; RUN: opt -S -verify -iroutliner -no-ir-sim-branch-matching -ir-outlining-no-cost < %s | FileCheck…
|
| H A D | illegal-catchpad.ll | 2 ; RUN: opt -S -verify -iroutliner -no-ir-sim-branch-matching -ir-outlining-no-cost < %s | FileCheck…
|
| H A D | outlining-calls-names-must-match.ll | 2 ; RUN: opt -S -verify -iroutliner -ir-outlining-no-cost -ir-sim-calls-by-name < %s | FileCheck %s
|
| H A D | illegal-memmove.ll | 2 ; RUN: opt -S -verify -iroutliner -ir-outlining-no-cost -no-ir-sim-intrinsics < %s | FileCheck %s
|
| H A D | illegal-memcpy.ll | 2 ; RUN: opt -S -verify -iroutliner -ir-outlining-no-cost -no-ir-sim-intrinsics < %s | FileCheck %s
|