/llvm-project/libcxxabi/src/demangle/ |
H A D | README.txt | 17 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 D | README.txt | 17 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 D | HowToBuildWindowsItaniumPrograms.rst | 153 * ``-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 D | BUILD.gn | 1 group("libcxxabi") { 2 deps = [ "//libcxxabi/src(//llvm/utils/gn/build/toolchain:stage2_unix)" ]
|
/llvm-project/llvm/utils/gn/secondary/libcxxabi/src/ |
H A D | BUILD.gn | 10 # Build libcxxabi as a shared library. 13 # Build libcxxabi as a static library. 63 "//libcxxabi/include",
|
/llvm-project/libcxxabi/test/ |
H A D | CMakeLists.txt | 12 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 D | CMakeLists.txt | 10 (NOT ${entry} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}/libcxxabi) AND 34 add_llvm_external_project(libcxxabi)
|
/llvm-project/clang/cmake/caches/ |
H A D | Fuchsia.cmake | 130 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 D | CrossWinToARMLinux.cmake | 43 # 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 D | VectorEngine.cmake | 25 set(LLVM_ENABLE_RUNTIMES "compiler-rt;libcxx;libcxxabi;libunwind;openmp" CACHE STRING "") 62 # VE uses libunwind and Compiler-RT from libcxxabi.
|
H A D | PGO-stage2.cmake | 3 set(LLVM_ENABLE_RUNTIMES "compiler-rt;libcxx;libcxxabi" CACHE STRING "")
|
H A D | DistributionExample-stage2.cmake | 5 set(LLVM_ENABLE_RUNTIMES "compiler-rt;libcxx;libcxxabi" CACHE STRING "")
|
H A D | PGO.cmake | 5 set(LLVM_ENABLE_RUNTIMES "compiler-rt;libcxx;libcxxabi;libunwind" CACHE STRING "")
|
/llvm-project/libcxx/utils/ci/ |
H A D | apple-install-libcxx.sh | 24 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 D | BUILD.gn | 38 include_dirs = [ "//libcxxabi/include" ] 251 "//libcxxabi/src:cxxabi_shared", 302 "//libcxxabi/src:cxxabi_static",
|
/llvm-project/libcxx/docs/ |
H A D | BuildingLibcxx.rst |
|
/llvm-project/libcxxabi/ |
H A D | CMakeLists.txt | 1 # 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 D | MinGW.cmake | 1 set(LIBCXX_CXX_ABI libcxxabi CACHE STRING "")
|
H A D | Apple.cmake | 9 set(LIBCXX_CXX_ABI libcxxabi CACHE STRING "")
|
H A D | AIX.cmake | 15 set(LIBCXX_CXX_ABI libcxxabi CACHE STRING "")
|
H A D | s390x32-ibm-zos-ascii.cmake | 19 set(LIBCXX_CXX_ABI system-libcxxabi CACHE STRING "")
|
H A D | s390x-ibm-zos-ascii.cmake | 19 set(LIBCXX_CXX_ABI system-libcxxabi CACHE STRING "")
|
/llvm-project/libcxxabi/cmake/Modules/ |
H A D | MacroEnsureOutOfSourceBuild.cmake | 10 CMake would overwrite the makefiles distributed with libcxxabi.
|
/llvm-project/llvm/utils/release/ |
H A D | test-release.sh | 78 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 D | build_symbolizer.sh | 89 # Build and install libcxxabi and libcxx. 97 -DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi" \
|