Home
last modified time | relevance | path

Searched refs:platforms (Results 1 – 25 of 204) sorted by relevance

123456789

/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionGroupPlatform.cpp21 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 Dplatforms.bzl7 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 DBUILD.gn7 # 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 Dlit.local.cfg5 # 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 Dsecurity-syntax-checks-nscoder.m31 // 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 DLLVMLibgcc.rst120 .. _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 DAndroid.rules76 -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 Dllvm-cxxfilt.rst53 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 DJITLoaderGDBProperties.td8 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 Dconfig.bzl73 # 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.bazelrc7 # 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 Duncaught-exception.test3 # FIXME: Get test working on other platforms.
/llvm-project-15.0.7/lldb/third_party/Python/module/pexpect-4.6/
H A Dsetup.py47 platforms='UNIX',
/llvm-project-15.0.7/libc/docs/
H A Dredirectors.rst10 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 Dlit.local.cfg1 # Filesystem is supported on Apple platforms starting with macosx10.15.
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTargetCXXABI.def9 // 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 DCMakeLists.txt48 # 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 DCMakeLists.txt26 # 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 DCMakeLists.txt2 # Not all platforms have a mutex implementation. If mutex is unvailable,
/llvm-project-15.0.7/llvm/test/tools/llvm-ifs/
H A Dfail-file-write.test1 ## Test failing to write output file on non-windows platforms.
/llvm-project-15.0.7/lldb/test/Shell/Unwind/Inputs/
H A Dtrap_frame_sym_ctx.s20 # (similar to signal return trampolines on some platforms)
/llvm-project-15.0.7/llvm/docs/
H A DSupportLibrary.rst18 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 DCrossCompile.cmake15 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 DCMakeLists.txt2 # 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 Dweak-function.ll7 ; Testing on COFF platforms is disabled as COFF has no representation of 'weak'

123456789