| /llvm-project-15.0.7/lldb/source/Interpreter/ |
| H A D | OptionGroupPlatform.cpp | 21 PlatformList &platforms = interpreter.GetDebugger().GetPlatformList(); in CreatePlatformWithOptions() local 26 platform_sp = platforms.Create(m_platform_name); in CreatePlatformWithOptions() 43 platform_sp = platforms.GetOrCreate(arch, {}, &platform_arch, error); in CreatePlatformWithOptions() 48 platforms.SetSelectedPlatform(platform_sp); in CreatePlatformWithOptions()
|
| /llvm-project-15.0.7/utils/bazel/llvm-project-overlay/libc/ |
| H A D | platforms.bzl | 7 PLATFORM_CPU_ARM64 = ("@platforms//cpu:arm64") 9 PLATFORM_CPU_X86_64 = ("@platforms//cpu:x86_64")
|
| /llvm-project-15.0.7/llvm/utils/gn/build/libs/atomic/ |
| H A D | BUILD.gn | 7 # Needed on platforms that have no native support for 64-bit atomics. 8 # FIXME: Check which platforms need this; certainly needs to be false on
|
| /llvm-project-15.0.7/clang/test/Driver/XRay/ |
| H A D | lit.local.cfg | 5 # Only run the tests in platforms where XRay instrumentation is supported. 11 # Only on platforms we support.
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | security-syntax-checks-nscoder.m | 31 // This would be a vulnerability on 64-bit platforms 32 // but not on 32-bit platforms.
|
| /llvm-project-15.0.7/llvm-libgcc/docs/ |
| H A D | LLVMLibgcc.rst | 120 .. _supported platforms: 122 Supported platforms 169 it was generated for, but a lot of the symbols are shared among many platforms. 186 * ``GLOBAL_32BIT``, which is be used to target 32-bit platforms. 187 * ``GLOBAL_64BIT``, which is be used to target 64-bit platforms.
|
| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/make/ |
| H A D | Android.rules | 76 -isystem $(NDK_ROOT)/platforms/android-$(API_LEVEL)/arch-$(SYSROOT_ARCH)/usr/include 78 ARCH_LDFLAGS += --sysroot=$(NDK_ROOT)/platforms/android-$(API_LEVEL)/arch-$(SYSROOT_ARCH) -lm
|
| /llvm-project-15.0.7/llvm/docs/CommandGuide/ |
| H A D | llvm-cxxfilt.rst | 53 Do not strip a leading underscore. This is the default for all platforms 59 demangling. On by default on Mach-O based platforms.
|
| /llvm-project-15.0.7/lldb/source/Plugins/JITLoader/GDB/ |
| H A D | JITLoaderGDBProperties.td | 8 Desc<"Enable GDB's JIT compilation interface (default: enabled on all platforms except macOS)">;
|
| /llvm-project-15.0.7/utils/bazel/llvm-project-overlay/llvm/ |
| H A D | config.bzl | 73 # TODO: We should switch to platforms-based config settings to make this easier 93 # platforms (e.g. glibc < 2.18. See
|
| /llvm-project-15.0.7/utils/bazel/ |
| H A D | .bazelrc | 7 # Use sparingly for things common to all compilers and platforms. 166 # by "extra_execution_platforms", "host_platform" and "platforms". 167 # More about platforms: https://docs.bazel.build/versions/main/platforms.html 171 build:rbe --platforms=@rbe_default//config:platform
|
| /llvm-project-15.0.7/compiler-rt/test/fuzzer/ |
| H A D | uncaught-exception.test | 3 # FIXME: Get test working on other platforms.
|
| /llvm-project-15.0.7/lldb/third_party/Python/module/pexpect-4.6/ |
| H A D | setup.py | 47 platforms='UNIX',
|
| /llvm-project-15.0.7/libc/docs/ |
| H A D | redirectors.rst | 10 and another libc implementation. On most platforms, this other libc can be the 13 scheme presented is limited to ELF platforms.
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/ |
| H A D | lit.local.cfg | 1 # Filesystem is supported on Apple platforms starting with macosx10.15.
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | TargetCXXABI.def | 9 // This file defines the various C++ ABI kinds used on different platforms. 28 /// and Unix-like platforms. It is the primary ABI targeted by 36 /// proposed by ARM for use on ARM-based platforms.
|
| /llvm-project-15.0.7/compiler-rt/test/builtins/ |
| H A D | CMakeLists.txt | 48 # TODO: Support the new ABI on Apple platforms. 72 # TODO: Support other Apple platforms.
|
| /llvm-project-15.0.7/compiler-rt/test/sanitizer_common/ |
| H A D | CMakeLists.txt | 26 # FIXME(dliew): These tests should be made to work on all platforms. 69 # Apple platforms, not just macOS.
|
| /llvm-project-15.0.7/libc/test/src/__support/File/ |
| H A D | CMakeLists.txt | 2 # Not all platforms have a mutex implementation. If mutex is unvailable,
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-ifs/ |
| H A D | fail-file-write.test | 1 ## Test failing to write output file on non-windows platforms.
|
| /llvm-project-15.0.7/lldb/test/Shell/Unwind/Inputs/ |
| H A D | trap_frame_sym_ctx.s | 20 # (similar to signal return trampolines on some platforms)
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | SupportLibrary.rst | 18 platforms since (theoretically) only ``lib/Support`` needs to be ported. This 55 ``lib/Support`` for all supported platforms. 143 provided by the Support Library must be implemented on all platforms (even 152 use of data that might not exist on all platforms. 238 platforms. That's okay as long as the end result of the interface function is 241 supported on all platforms. Instead of "supporting" System V IPC,
|
| /llvm-project-15.0.7/llvm/cmake/modules/ |
| H A D | CrossCompile.cmake | 15 if (EXISTS ${LLVM_MAIN_SRC_DIR}/cmake/platforms/${toolchain}.cmake) 17 -DCMAKE_TOOLCHAIN_FILE=\"${LLVM_MAIN_SRC_DIR}/cmake/platforms/${toolchain}.cmake\")
|
| /llvm-project-15.0.7/lldb/unittests/debugserver/ |
| H A D | CMakeLists.txt | 2 # server. It is not intended to be used on other platforms. The tests are here
|
| /llvm-project-15.0.7/llvm/test/ExecutionEngine/MCJIT/ |
| H A D | weak-function.ll | 7 ; Testing on COFF platforms is disabled as COFF has no representation of 'weak'
|