| /external/cronet/third_party/libc++abi/src/src/demangle/ |
| 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/fuzz/cxa_demangle_fuzzer.cpp and https://llvm.org/docs/LibFuzzer.html.
|
| /external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Demangle/ |
| 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 the cp-to-llvm.sh script in src/demangle. 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/fuzz/cxa_demangle_fuzzer.cpp and https://llvm.org/docs/LibFuzzer.html.
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/ |
| D | README.txt | 16 This directory is mirrored between libcxxabi/demangle and 18 need to demangle symbols, but neither can depend on each other. libcxxabi needs 25 libcxxabi (ie, the MSVC demangler, ItaniumPartialDemangler), which depend on the 30 If you're working on the generic library, then do the work first in libcxxabi, 32 argument the path to llvm, and re-copies the changes you made to libcxxabi over. 36 Because the core demangler needs to work in libcxxabi, everything needs to be 41 both LLVM and libcxxabi depend on a shared demangler library. 46 The tests are split up between libcxxabi/test/{unit,}test_demangle.cpp, and 52 libcxxabi/fuzz/cxa_demangle_fuzzer.cpp and https://llvm.org/docs/LibFuzzer.html.
|
| /external/libcxx/utils/ci/ |
| D | macos-trunk.sh | 7 $(basename ${0}) [-h|--help] --libcxx-root <LIBCXX-ROOT> --libcxxabi-root <LIBCXXABI-ROOT> --std <S… 12 --libcxxabi-root Full path to the root of the libc++abi repository to test. 32 --libcxxabi-root) 35 echo "--libcxxabi-root '${LIBCXXABI_ROOT}' is not a valid directory" 70 if [[ -z ${LIBCXXABI_ROOT+x} ]]; then echo "--libcxxabi-root is a required parameter"; usage; exit … 92 LIBCXXABI_BUILD_DIR="${TEMP_DIR}/libcxxabi-build" 93 LIBCXXABI_INSTALL_DIR="${TEMP_DIR}/libcxxabi-install"
|
| D | macos-backdeployment.sh | 7 $(basename ${0}) [-h|--help] --libcxx-root <LIBCXX-ROOT> --libcxxabi-root <LIBCXXABI-ROOT> --std <S… 12 --libcxxabi-root Full path to the root of the libc++abi repository to test. 34 --libcxxabi-root) 37 echo "--libcxxabi-root '${LIBCXXABI_ROOT}' is not a valid directory" 80 if [[ -z ${LIBCXXABI_ROOT+x} ]]; then echo "--libcxxabi-root is a required parameter"; usage; exit … 104 LIBCXXABI_BUILD_DIR="${TEMP_DIR}/libcxxabi-build" 105 LIBCXXABI_INSTALL_DIR="${TEMP_DIR}/libcxxabi-install"
|
| /external/libcxxabi/test/libcxxabi/test/ |
| D | config.py | 43 self.config.available_features.add('libcxxabi-no-exceptions') 45 self.config.available_features.add('libcxxabi-no-noexcept-function-type') 48 self.config.available_features.add('libcxxabi-shared-externally-threaded') 50 self.config.available_features.add('libcxxabi-has-system-unwinder') 63 self.config.available_features.add('libcxxabi-no-threads')
|
| /external/libcxxabi/test/ |
| D | CMakeLists.txt | 26 set(AUTO_GEN_COMMENT "## Autogenerated by libcxxabi configuration.\n# Do not edit!") 50 add_lit_testsuite(check-cxxabi "Running libcxxabi tests" 56 add_custom_target(check-libcxxabi DEPENDS check-cxxabi)
|
| D | lit.cfg | 28 # and libcxxabi source directories are sibling directories. 50 obj_root = tempfile.mkdtemp(prefix='libcxxabi-testsuite-') 56 cfg_variant = getattr(config, 'configuration_variant', 'libcxxabi')
|
| D | catch_function_03.pass.cpp | 11 // UNSUPPORTED: libcxxabi-no-exceptions, libcxxabi-no-noexcept-function-type
|
| D | catch_member_function_pointer_02.pass.cpp | 12 // UNSUPPORTED: libcxxabi-no-exceptions, libcxxabi-no-noexcept-function-type
|
| D | test_exception_address_alignment.pass.cpp | 10 // UNSUPPORTED: libcxxabi-no-exceptions 16 // XFAIL: darwin && libcxxabi-has-system-unwinder
|
| /external/libcxx/docs/ |
| D | BuildingLibcxx.rst | 36 * ``svn co http://llvm.org/svn/llvm-project/libcxxabi/trunk libcxxabi`` 83 $ ``svn co http://llvm.org/svn/llvm-project/libcxxabi/trunk libcxxabi`` 88 -DLIBCXX_CXX_ABI=libcxxabi \ 89 -DLIBCXX_CXX_ABI_INCLUDE_PATHS=path/to/libcxxabi/include \ 146 .. _`libc++abi`: http://libcxxabi.llvm.org/ 271 **Values**: ``none``, ``libcxxabi``, ``libcxxrt``, ``libstdc++``, ``libsupc++``. 548 -DLIBCXX_CXX_ABI_INCLUDE_PATHS="/path/to/libcxxabi/include" \ 549 -DLIBCXX_CXX_ABI_LIBRARY_PATH="/path/to/libcxxabi-build/lib" \
|
| /external/libcxxabi/www/ |
| D | index.html | 29 <a href="http://llvm.org/svn/llvm-project/libcxxabi/trunk/">Browse SVN</a> 30 <a href="http://llvm.org/viewvc/llvm-project/libcxxabi/trunk/">Browse ViewVC</a> 80 <li><code>svn co http://llvm.org/svn/llvm-project/libcxxabi/trunk libcxxabi</code></li> 85 <li>Check out libcxxabi into <code>llvm/projects</code></li> 97 <li><code>cd libcxxabi</code></li>
|
| /external/cronet/third_party/libc++abi/ |
| D | README.chromium | 1 Name: libcxxabi 3 URL: http://libcxxabi.llvm.org/
|
| /external/llvm/projects/ |
| D | CMakeLists.txt | 10 (NOT ${entry} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}/libcxxabi) AND 26 add_llvm_external_project(libcxxabi)
|
| /external/libcxx/utils/google-benchmark/ |
| D | .travis-libcxx-setup.sh | 11 git clone --depth=1 https://github.com/llvm-mirror/libcxxabi.git llvm-source/projects/libcxxabi
|
| /external/cronet/third_party/libc++abi/src/test/ |
| D | CMakeLists.txt | 24 set(AUTO_GEN_COMMENT "## Autogenerated by libcxxabi configuration.\n# Do not edit!") 63 add_lit_testsuite(check-cxxabi "Running libcxxabi tests"
|
| /external/cronet/third_party/libc++/src/utils/ci/ |
| D | apple-install-libcxx.sh | 24 and libcxxabi directories are required. 124 -DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi" \ 182 …cp "${llvm_root}/libcxxabi/LICENSE.TXT" "${install_dir}/usr/local/OpenSourceLicenses/libcxxabi.txt"
|
| D | buildkite-pipeline-premerge.sh | 18 if ! git diff --name-only HEAD~1 | grep -q -E "^libcxx/|^libcxxabi/|^libunwind/|^runtimes/|^cmake/|… 19 # libcxx/, libcxxabi/, libunwind/, runtimes/, cmake/ or clang/ are not affected
|
| /external/cronet/third_party/boringssl/src/ |
| D | CMakeLists.txt | 429 util/bot/libcxxabi/include 436 file(GLOB LIBCXXABI_SOURCES "util/bot/libcxxabi/src/*.cpp") 448 add_library(libcxxabi ${LIBCXXABI_SOURCES}) target 450 libcxxabi PRIVATE 468 libcxx libcxxabi PROPERTIES 475 …set_property(TARGET libcxx libcxxabi APPEND PROPERTY INCLUDE_DIRECTORIES "${CMAKE_CURRENT_SOURCE_D… 476 target_link_libraries(libcxx libcxxabi)
|
| /external/perfetto/buildtools/ |
| D | BUILD.gn | 709 "libcxxabi/src/abort_message.cpp", 710 "libcxxabi/src/cxa_aux_runtime.cpp", 711 "libcxxabi/src/cxa_default_handlers.cpp", 712 "libcxxabi/src/cxa_exception.cpp", 713 "libcxxabi/src/cxa_exception_storage.cpp", 714 "libcxxabi/src/cxa_handlers.cpp", 719 "libcxxabi/src/cxa_personality.cpp", 720 "libcxxabi/src/cxa_vector.cpp", 721 "libcxxabi/src/cxa_virtual.cpp", 722 "libcxxabi/src/fallback_malloc.cpp", [all …]
|
| /external/cronet/third_party/libc++/src/docs/ |
| D | BuildingLibcxx.rst | 39 …$ cmake -G Ninja -S runtimes -B build -DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi;libunwind" # Config… 71 -DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi;libunwind" \ 161 -DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi" \ 167 .. _`libc++abi`: http://libcxxabi.llvm.org/ 310 …**Values**: ``none``, ``libcxxabi``, ``system-libcxxabi``, ``libcxxrt``, ``libstdc++``, ``libsupc+…
|
| /external/boringssl/src/ |
| D | CMakeLists.txt | 405 util/bot/libcxxabi/include 412 file(GLOB LIBCXXABI_SOURCES "util/bot/libcxxabi/src/*.cpp") 424 add_library(libcxxabi ${LIBCXXABI_SOURCES}) target 426 libcxxabi PRIVATE 444 libcxx libcxxabi PROPERTIES 451 …set_property(TARGET libcxx libcxxabi APPEND PROPERTY INCLUDE_DIRECTORIES "${CMAKE_CURRENT_SOURCE_D… 452 target_link_libraries(libcxx libcxxabi)
|
| /external/libcxxabi/ |
| D | CMakeLists.txt | 1 # See www/CMake.html for instructions on how to build libcxxabi with CMake. 21 project(libcxxabi CXX C) project 23 set(PACKAGE_NAME libcxxabi) 192 # By default, for non-standalone builds, libcxx and libcxxabi share a library 478 "llvm/projects/libcxxabi ) and is built without "
|
| /external/rust/crates/quiche/deps/boringssl/src/ |
| D | CMakeLists.txt | 509 util/bot/libcxxabi/include 516 file(GLOB LIBCXXABI_SOURCES "util/bot/libcxxabi/src/*.cpp") 528 add_library(libcxxabi ${LIBCXXABI_SOURCES}) target 530 libcxxabi PRIVATE 533 …set_target_properties(libcxxabi PROPERTIES COMPILE_FLAGS "-Wno-missing-prototypes -Wno-implicit-fa… 548 target_link_libraries(libcxx libcxxabi)
|