Home
last modified time | relevance | path

Searched full:libcxxabi (Results 1 – 25 of 82) sorted by relevance

1234

/llvm-project/libcxxabi/src/demangle/
H A DREADME.txt17 The canonical sources are in libcxxabi/src/demangle and some of the
22 * libcxxabi needs the demangler to implement __cxa_demangle, which is
31 needed in libcxxabi (ie, the MSVC demangler, ItaniumPartialDemangler),
37 libcxxabi, then run libcxxabi/src/demangle/cp-to-llvm.sh. This
39 changes you made to libcxxabi over. Note that this script just
43 Because the core demangler needs to work in libcxxabi, everything
49 de-duplicate this code, and have both LLVM and libcxxabi depend on a
55 The tests are split up between libcxxabi/test/{unit,}test_demangle.cpp, and
61 libcxxabi/fuz
[all...]
/llvm-project/llvm/include/llvm/Demangle/
H A DREADME.txt17 The canonical sources are in libcxxabi/src/demangle and some of the
22 * libcxxabi needs the demangler to implement __cxa_demangle, which is
31 needed in libcxxabi (ie, the MSVC demangler, ItaniumPartialDemangler),
37 libcxxabi, then run libcxxabi/src/demangle/cp-to-llvm.sh. This
39 changes you made to libcxxabi over. Note that this script just
43 Because the core demangler needs to work in libcxxabi, everything
49 de-duplicate this code, and have both LLVM and libcxxabi depend on a
55 The tests are split up between libcxxabi/test/{unit,}test_demangle.cpp, and
61 libcxxabi/fuz
[all...]
/llvm-project/llvm/docs/
H A DHowToBuildWindowsItaniumPrograms.rst153 * ``-DLIBCXX_CXX_ABI=libcxxabi``
154 * ``-DLIBCXX_CXX_ABI_INCLUDE_PATHS=<libcxxabi src path>/include``
155 * ``-DLIBCXX_CXX_ABI_LIBRARY_PATH=<libcxxabi build path>/lib``
165 As we are statically linking against libcxxabi we need to link
167 from the libcxxabi objects.
/llvm-project/llvm/utils/gn/secondary/libcxxabi/
H A DBUILD.gn1 group("libcxxabi") {
2 deps = [ "//libcxxabi/src(//llvm/utils/gn/build/toolchain:stage2_unix)" ]
/llvm-project/llvm/utils/gn/secondary/libcxxabi/src/
H A DBUILD.gn10 # Build libcxxabi as a shared library.
13 # Build libcxxabi as a static library.
63 "//libcxxabi/include",
/llvm-project/libcxxabi/test/
H A DCMakeLists.txt12 add_custom_target(libcxxabi-install-cxx-for-testing
30 add_dependencies(cxxabi-test-depends libcxxabi-install-cxx-for-testing)
32 add_custom_target(libcxxabi-install-cxxabi-for-testing
44 add_dependencies(cxxabi-test-depends libcxxabi-install-cxxabi-for-testing)
47 add_custom_target(libcxxabi-install-unwind-for-testing
59 add_dependencies(cxxabi-test-depends libcxxabi-install-unwind-for-testing)
64 set(AUTO_GEN_COMMENT "## Autogenerated by libcxxabi configuration.\n# Do not edit!")
100 add_lit_testsuite(check-cxxabi "Running libcxxabi tests"
/llvm-project/llvm/projects/
H A DCMakeLists.txt10 (NOT ${entry} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}/libcxxabi) AND
34 add_llvm_external_project(libcxxabi)
/llvm-project/clang/cmake/caches/
H A DFuchsia.cmake130 set(LLVM_ENABLE_RUNTIMES "compiler-rt;libcxx;libcxxabi;libunwind" CACHE STRING "")
160 set(RUNTIMES_${target}_LLVM_ENABLE_RUNTIMES "compiler-rt;libcxx;libcxxabi;libunwind" CACHE STRING "")
211 set(BOOTSTRAP_LLVM_ENABLE_RUNTIMES "compiler-rt;libcxx;libcxxabi;libunwind" CACHE STRING "")
H A DCrossWinToARMLinux.cmake43 # python bin/llvm-lit.py -v --threads=32 runtimes/runtimes-<TOOLCHAIN_TARGET_TRIPLE>-bins/libcxxabi/test 2>&1 | tee libcxxabi-tests.log
62 set(LLVM_ENABLE_RUNTIMES "compiler-rt;libunwind;libcxxabi;libcxx" CACHE STRING "")
221 set(RUNTIMES_${TOOLCHAIN_TARGET_TRIPLE}_LIBCXX_CXX_ABI "libcxxabi" CACHE STRING "") #!!!
H A DVectorEngine.cmake25 set(LLVM_ENABLE_RUNTIMES "compiler-rt;libcxx;libcxxabi;libunwind;openmp" CACHE STRING "")
62 # VE uses libunwind and Compiler-RT from libcxxabi.
H A DPGO-stage2.cmake3 set(LLVM_ENABLE_RUNTIMES "compiler-rt;libcxx;libcxxabi" CACHE STRING "")
H A DDistributionExample-stage2.cmake5 set(LLVM_ENABLE_RUNTIMES "compiler-rt;libcxx;libcxxabi" CACHE STRING "")
H A DPGO.cmake5 set(LLVM_ENABLE_RUNTIMES "compiler-rt;libcxx;libcxxabi;libunwind" CACHE STRING "")
/llvm-project/libcxx/utils/ci/
H A Dapple-install-libcxx.sh24 and libcxxabi directories are required.
122 xcrun clang++ -c -std=c++2b -target ${target} "${llvm_root}/libcxxabi/src/vendor/apple/shims.cpp" -static -o "${shims_library}"
130 -DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi" \
187 cp "${llvm_root}/libcxxabi/LICENSE.TXT" "${install_dir}/usr/local/OpenSourceLicenses/libcxxabi.txt"
/llvm-project/llvm/utils/gn/secondary/libcxx/src/
H A DBUILD.gn38 include_dirs = [ "//libcxxabi/include" ]
251 "//libcxxabi/src:cxxabi_shared",
302 "//libcxxabi/src:cxxabi_static",
/llvm-project/libcxx/docs/
H A DBuildingLibcxx.rst
/llvm-project/libcxxabi/
H A DCMakeLists.txt1 # See www/CMake.html for instructions on how to build libcxxabi with CMake.
163 If a relative path is provided, it is assumed to be relative to '<monorepo>/libcxxabi/test/configs'.")
211 # By default, libcxx and libcxxabi share a library directory.
314 # libcxxabi needs to, for various reasons, include the libcpp headers as if
/llvm-project/libcxx/cmake/caches/
H A DMinGW.cmake1 set(LIBCXX_CXX_ABI libcxxabi CACHE STRING "")
H A DApple.cmake9 set(LIBCXX_CXX_ABI libcxxabi CACHE STRING "")
H A DAIX.cmake15 set(LIBCXX_CXX_ABI libcxxabi CACHE STRING "")
H A Ds390x32-ibm-zos-ascii.cmake19 set(LIBCXX_CXX_ABI system-libcxxabi CACHE STRING "")
H A Ds390x-ibm-zos-ascii.cmake19 set(LIBCXX_CXX_ABI system-libcxxabi CACHE STRING "")
/llvm-project/libcxxabi/cmake/Modules/
H A DMacroEnsureOutOfSourceBuild.cmake10 CMake would overwrite the makefiles distributed with libcxxabi.
/llvm-project/llvm/utils/release/
H A Dtest-release.sh78 echo " -no-libs Disable check-out & build libcxx/libcxxabi/libunwind"
79 echo " -no-libcxxabi Disable check-out & build libcxxabi"
165 -no-libcxxabi )
288 runtimes="${runtimes:+$runtimes;}libcxxabi"
/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/scripts/
H A Dbuild_symbolizer.sh89 # Build and install libcxxabi and libcxx.
97 -DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi" \

1234