/external/strace/m4/ |
D | st_libunwind.m4 | 30 AC_ARG_WITH([libunwind], optwith 31 [AS_HELP_STRING([--with-libunwind], 32 [use libunwind to implement stack tracing support])], 54 AC_CHECK_HEADERS([libunwind-ptrace.h], 61 AC_MSG_CHECKING([for unw_create_addr_space in libunwind-generic]) 74 use_unwinder=libunwind 77 AC_MSG_FAILURE([failed to find _UPT_create in libunwind-ptrace]) 85 AC_MSG_FAILURE([failed to find unw_create_addr_space in libunwind-generic]) 93 AC_MSG_FAILURE([failed to find libunwind]) 102 AC_MSG_FAILURE([failed to find libunwind-ptrace.h]) [all …]
|
/external/llvm-project/libunwind/docs/ |
D | BuildingLibunwind.rst | 4 Building libunwind 21 #. Checkout LLVM, libunwind, and related projects: 26 #. Configure and build libunwind: 30 Clang is the preferred compiler when building and using libunwind. 35 * ``cmake -G <generator> -DLLVM_ENABLE_PROJECTS=libunwind [options] <path to llvm sources>`` 37 For more information about configuring libunwind see :ref:`CMake Options`. 39 * ``make unwind`` --- will build libunwind. 42 Shared and static libraries for libunwind should now be present in llvm/build/lib. 44 #. **Optional**: Install libunwind 48 select a safe place to install libunwind. [all …]
|
D | index.rst | 4 libunwind LLVM Unwinder 10 libunwind is an implementation of the interface defined by the HP libunwind 13 fast implementation of the ABI, leaving off some features of HP's libunwind 19 defined by the old HP libunwind project. 21 Getting Started with libunwind 32 libunwind is a production-quality unwinder, with platform support for DWARF 35 The low level libunwind API was designed to work either in-process (aka local) 42 libunwind is known to work on the following platforms: 79 If you think you've found a bug in libunwind, please report it using 82 Please include "libunwind" in your subject. [all …]
|
D | README.txt | 1 libunwind Documentation 4 The libunwind documentation is written using the Sphinx documentation generator. It is 7 To build the documents into html configure libunwind with the following cmake options: 12 After configuring libunwind with these options the make rule `docs-libunwind-html`
|
D | CMakeLists.txt | 5 add_sphinx_target(html libunwind)
|
/external/llvm-project/libunwind/ |
D | CMakeLists.txt | 2 message(FATAL_ERROR "libunwind requires being built in a monorepo layout with libcxx available") 28 project(libunwind LANGUAGES C CXX ASM) project 30 set(PACKAGE_NAME libunwind) 58 option(LIBUNWIND_BUILD_32_BITS "Build 32 bit libunwind" ${LLVM_BUILD_32_BITS}) 62 option(LIBUNWIND_ENABLE_SHARED "Build libunwind as a shared library." ON) 63 option(LIBUNWIND_ENABLE_STATIC "Build libunwind as a static library." ON) 66 option(LIBUNWIND_ENABLE_THREADS "Build libunwind with threading support." ON) 69 option(LIBUNWIND_INCLUDE_DOCS "Build the libunwind documentation." ${LLVM_INCLUDE_DOCS}) 70 option(LIBUNWIND_IS_BAREMETAL "Build libunwind for baremetal targets." OFF) 76 option(LIBUNWIND_INSTALL_LIBRARY "Install the libunwind library." ON) [all …]
|
/external/llvm-project/llvm/utils/gn/secondary/libunwind/src/ |
D | BUILD.gn | 4 # Build libunwind as a shared library. 7 # Build libunwind as a static library. 15 "../include/libunwind.h", 44 "libunwind.cpp", 55 include_dirs = [ "//libunwind/include" ] 76 "-install_name /usr/lib/libunwind.1.dylib",
|
/external/llvm-project/libunwind/test/ |
D | lit.site.cfg.in | 36 config.name = 'libunwind' 53 lit_config.note('Using configuration variant: libunwind') 54 import libunwind.test.config 55 configuration = libunwind.test.config.Configuration(lit_config, config)
|
D | CMakeLists.txt | 26 set(AUTO_GEN_COMMENT "## Autogenerated by libunwind configuration.\n# Do not edit!") 32 add_lit_testsuite(check-unwind "Running libunwind tests"
|
/external/llvm-project/llvm/utils/gn/secondary/libunwind/ |
D | BUILD.gn | 1 group("libunwind") { 2 deps = [ "//libunwind/src(//llvm/utils/gn/build/toolchain:stage2_unix)" ]
|
/external/llvm-project/libunwind/src/ |
D | CMakeLists.txt | 4 libunwind.cpp 48 ../include/libunwind.h 93 "support is disabled. Building libunwind DSO with runtime dependency " 99 add_link_flags("-compatibility_version 1" "-install_name /usr/lib/libunwind.1.dylib") 116 # NOTE: avoid implicit dependencies on C++ runtimes. libunwind uses C++ for
|
D | UnwindRegistersRestore.S | 682 @ static void libunwind::Registers_arm::restoreVFPWithFLDMX(unw_fpreg_t* values) 696 @ static void libunwind::Registers_arm::restoreVFPv3(unw_fpreg_t* values) 712 @ static void libunwind::Registers_arm::restoreiWMMX(unw_fpreg_t* values) 741 @ static void libunwind::Registers_arm::restoreiWMMXControl(unw_uint32_t* values) 763 # void libunwind::Registers_or1k::jumpto() 817 # void libunwind::Registers_hexagon::jumpto()
|
/external/llvm-project/llvm/test/Transforms/AlignmentFromAssumptions/ |
D | amdgpu-crash.ll | 8 …:libunwind::_Unwind_Exception.9.51.75.99.123.147.163.171.179.195.203.211.227.385.396" = type { [0 … 9 %"unwind::libunwind::_Unwind_Context.10.52.76.100.124.148.164.172.180.196.204.212.228.386.397" = ty…
|
/external/igt-gpu-tools/ |
D | meson_options.txt | 37 option('libunwind', feature 39 description : 'Use libunwind')
|
D | meson.build | 121 libunwind = dependency('libunwind', required : get_option('libunwind')) variable 122 build_info += 'With libunwind: @0@'.format(libunwind.found())
|
/external/llvm-project/clang/docs/ |
D | Toolchain.rst | 229 libunwind (LLVM) 233 build it, pass ``-DLLVM_ENABLE_PROJECTS=libunwind`` to the cmake invocation. 235 If using libc++abi, you may need to configure it to use libunwind 238 libunwind, that library will be implicitly linked into binaries that 247 libunwind (nongnu.org) 250 This is another implementation of the libunwind specification. 251 See `libunwind (nongnu.org) <https://www.nongnu.org/libunwind>`_. 253 libunwind (PathScale) 256 This is another implementation of the libunwind specification. 257 See `libunwind (pathscale) <https://github.com/pathscale/libunwind>`_.
|
/external/igt-gpu-tools/lib/ |
D | meson.build | 90 if libunwind.found() 91 lib_deps += libunwind 93 inc = [ inc, include_directories('stubs/libunwind') ]
|
/external/tensorflow/tensorflow/tools/ci_build/devtoolset/ |
D | build_devtoolset.sh | 99 --disable-libunwind-exceptions \ 100 --disable-libunwind-exceptions \
|
/external/llvm/projects/ |
D | CMakeLists.txt | 11 (NOT ${entry} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}/libunwind) AND 28 add_llvm_external_project(libunwind)
|
/external/llvm-project/llvm/projects/ |
D | CMakeLists.txt | 11 (NOT ${entry} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}/libunwind) AND 32 add_llvm_external_project(libunwind)
|
/external/llvm-project/llvm/utils/gn/secondary/libcxxabi/src/ |
D | BUILD.gn | 89 "//libunwind/src:unwind_shared", 119 "//libunwind/src:unwind_static",
|
/external/mesa3d/docs/relnotes/ |
D | 17.1.10.rst | 39 - osmesa: link with libunwind if enabled (v2) 68 - automake: enable libunwind in \`make distcheck' 84 - travis: Add libunwind-dev to gallium/make builds
|
/external/oss-fuzz/projects/proxygen/ |
D | build.sh | 25 cp /usr/lib/x86_64-linux-gnu/libunwind.so.8 $OUT/lib/
|
/external/perfetto/buildtools/ |
D | .gitignore | 22 libunwind/
|
/external/llvm-project/libcxxabi/src/ |
D | CMakeLists.txt | 79 # Prefer using the in-tree version of libunwind, either shared or static. If 81 # FIXME: Is it correct to prefer the static version of libunwind? 92 # We handle this by directly merging libunwind objects into libc++abi. 282 # Merge the libc++abi.a and libunwind.a into one.
|