Searched +full:libcxxabi +full:- (Results 1 – 25 of 87) sorted by relevance
1234
/external/perfetto/buildtools/ |
D | BUILD.gn | 7 # http://www.apache.org/licenses/LICENSE-2.0 20 "-Wno-unknown-warning-option", 21 "-Wno-global-constructors", 22 "-Wno-covered-switch-default", 23 "-Wno-used-but-marked-unused", 24 "-Wno-covered-switch-default", 25 "-Wno-global-constructors", 26 "-Wno-used-but-marked-unused", 27 "-Wno-inconsistent-missing-override", 28 "-Wno-unused-member-function", [all …]
|
D | .gitignore | 2 aosp-*/ 10 libcxxabi/
|
/external/libcxxabi/test/libcxxabi/test/ |
D | config.py | 1 #===----------------------------------------------------------------------===## 8 #===----------------------------------------------------------------------===## 16 # pylint: disable=redefined-outer-name 42 self.config.available_features.add('libcxxabi-no-exceptions') 44 self.config.available_features.add('libcxxabi-no-noexcept-function-type') 47 self.config.available_features.add('libcxxabi-shared-externally-threaded') 49 self.config.available_features.add('libcxxabi-has-system-unwinder') 52 self.cxx.compile_flags += ['-DLIBCXXABI_NO_TIMER'] 54 self.cxx.compile_flags += ['-funwind-tables'] 56 self.cxx.compile_flags += ['-fno-exceptions', '-DLIBCXXABI_HAS_NO_EXCEPTIONS'] [all …]
|
/external/libcxx/docs/ |
D | BuildingLibcxx.rst | 16 Xcode 4.2 or later. However if you want to install tip-of-trunk from here 23 * ``cd where-you-want-llvm-to-live`` 24 * ``svn co http://llvm.org/svn/llvm-project/llvm/trunk llvm`` 28 * ``cd where-you-want-llvm-to-live`` 30 * ``svn co http://llvm.org/svn/llvm-project/libcxx/trunk libcxx`` 34 * ``cd where-you-want-llvm-to-live`` 36 * ``svn co http://llvm.org/svn/llvm-project/libcxxabi/trunk libcxxabi`` 47 * ``cmake -G <generator> [options] <path to llvm sources>`` 51 * ``make cxx`` --- will build libc++ and libc++abi. 52 * ``make check-cxx check-cxxabi`` --- will run the test suites. [all …]
|
/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 | 1 # -*- Python -*- vim: set ft=python ts=4 sw=4 expandtab tw=79: 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 | test_exception_address_alignment.pass.cpp | 1 //===----------------------------------------------------------------------===// 8 //===----------------------------------------------------------------------===// 10 // UNSUPPORTED: libcxxabi-no-exceptions 16 // XFAIL: darwin && libcxxabi-has-system-unwinder 28 // EHABI : 8-byte aligned
|
D | catch_function_03.pass.cpp | 1 //===---------------------- catch_function_03.cpp -------------------------===// 8 //===----------------------------------------------------------------------===// 10 // Can a noexcept function pointer be caught by a non-noexcept catch clause? 11 // UNSUPPORTED: libcxxabi-no-exceptions, libcxxabi-no-noexcept-function-type
|
D | catch_member_function_pointer_02.pass.cpp | 1 //===--------------- catch_member_function_pointer_02.cpp -----------------===// 8 //===----------------------------------------------------------------------===// 10 // Can a noexcept member function pointer be caught by a non-noexcept catch 12 // UNSUPPORTED: libcxxabi-no-exceptions, libcxxabi-no-noexcept-function-type 16 // XFAIL: gcc-7, gcc-8
|
D | catch_function_02.pass.cpp | 1 //===---------------------- catch_function_02.cpp -------------------------===// 8 //===----------------------------------------------------------------------===// 11 // UNSUPPORTED: libcxxabi-no-exceptions
|
D | catch_array_02.pass.cpp | 1 //===---------------------- catch_array_02.cpp ----------------------------===// 8 //===----------------------------------------------------------------------===// 11 // UNSUPPORTED: libcxxabi-no-exceptions
|
D | catch_in_noexcept.pass.cpp | 1 //===---------------------- catch_in_noexcept.cpp--------------------------===// 8 //===----------------------------------------------------------------------===// 10 // UNSUPPORTED: c++98, c++03, libcxxabi-no-exceptions
|
D | noexception4.pass.cpp | 1 //===----------------------- noexception4.pass.cpp ------------------------===// 8 //===----------------------------------------------------------------------===// 10 // REQUIRES: libcxxabi-no-exceptions
|
D | catch_array_01.pass.cpp | 1 //===---------------------- catch_array_01.cpp ----------------------------===// 8 //===----------------------------------------------------------------------===// 15 // UNSUPPORTED: libcxxabi-no-exceptions
|
/external/libcxxabi/www/ |
D | index.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 3 <!-- Material used from: HTML 4.01 specs: http://www.w3.org/TR/html401/ --> 6 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> 25 <a href="http://lists.llvm.org/mailman/listinfo/cfe-dev">cfe-dev</a> 26 <a href="http://lists.llvm.org/mailman/listinfo/cfe-commits">cfe-commits</a> 28 <a href="http://llvm.org/svn/llvm-project/libcxxabi/trunk/">Browse SVN</a> 29 <a href="http://llvm.org/viewvc/llvm-project/libcxxabi/trunk/">Browse ViewVC</a> 34 <!--*********************************************************************--> 36 <!--*********************************************************************--> 43 under the MIT license and the UIUC License (a BSD-like license).</p> [all …]
|
/external/Microsoft-GSL/ |
D | .travis.yml | 8 - ${TRAVIS_BUILD_DIR}/deps/cmake 9 - ${TRAVIS_BUILD_DIR}/deps/llvm-3.5.2/install 10 - ${TRAVIS_BUILD_DIR}/deps/llvm-3.6.2/install 11 - ${TRAVIS_BUILD_DIR}/deps/llvm-3.7.1/install 12 - ${TRAVIS_BUILD_DIR}/deps/llvm-3.8.1/install 13 - ${TRAVIS_BUILD_DIR}/deps/llvm-3.9.1/install 17 - env: BUILD_TYPE=Debug 21 - env: BUILD_TYPE=Release 25 - env: CLANG_VERSION=3.6 BUILD_TYPE=Debug 30 - clang-3.6 [all …]
|
/external/google-benchmark/ |
D | .travis-libcxx-setup.sh | 4 curl -sSL https://cmake.org/files/v3.6/cmake-3.6.1-Linux-x86_64.sh -o install-cmake.sh 5 chmod +x install-cmake.sh 6 sudo ./install-cmake.sh --prefix=/usr/local --skip-license 9 git clone --depth=1 https://github.com/llvm-mirror/llvm.git llvm-source 10 git clone --depth=1 https://github.com/llvm-mirror/libcxx.git llvm-source/projects/libcxx 11 git clone --depth=1 https://github.com/llvm-mirror/libcxxabi.git llvm-source/projects/libcxxabi 14 if [ -z "$BUILD_32_BITS" ]; then 19 mkdir llvm-build && cd llvm-build 20 cmake -DCMAKE_C_COMPILER=${C_COMPILER} -DCMAKE_CXX_COMPILER=${COMPILER} \ 21 -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=/usr \ [all …]
|
/external/llvm/projects/ |
D | CMakeLists.txt | 7 if((NOT ${entry} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}/compiler-rt) AND 10 (NOT ${entry} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}/libcxxabi) AND 12 (NOT ${entry} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}/test-suite)) 18 # Also add in libc++ and compiler-rt trees if present (and we have 26 add_llvm_external_project(libcxxabi) 31 add_llvm_external_project(compiler-rt)
|
/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) 26 set(PACKAGE_BUGREPORT "llvm-bugs@lists.llvm.org") 52 option(LIBCXXABI_USE_COMPILER_RT "Use compiler-rt instead of libgcc" OFF) 54 option(LIBCXXABI_HAS_PTHREAD_API "Ignore auto-detection and force use of pthread API" OFF) 134 if (LIBCXXABI_LIBCXX_PATH STREQUAL "LIBCXXABI_LIBCXX_PATH-NOTFOUND") 173 # By default, for non-standalone builds, libcxx and libcxxabi share a library 211 add_target_flags_if(LIBCXXABI_BUILD_32_BITS "-m32") 213 "--target=${LIBCXXABI_TARGET_TRIPLE}") [all …]
|
D | README.version | 1 URL: http://llvm.org/git/libcxxabi.git 4 Owners: danalbert, srhines, android-llvm
|
/external/libcxx/cmake/Modules/ |
D | HandleLibCXXABI.cmake | 35 # The place in the build tree where we store out-of-source headers. 59 COMPONENT cxx-headers 83 set(_LIBSUPCXX_DEFINES "-DLIBSTDCXX") 90 "-D__GLIBCXX__ ${_LIBSUPCXX_DEFINES}" 93 elseif ("${LIBCXX_CXX_ABI_LIBNAME}" STREQUAL "libcxxabi") 95 # Link against just-built "cxxabi" target. 103 # Assume c++abi is installed in the system, rely on -lc++abi link flag. 110 setup_abi_lib("-DLIBCXX_BUILDING_LIBCXXABI" ${CXXABI_LIBNAME} "${HEADERS}" "") 112 setup_abi_lib("-DLIBCXXRT" 113 "cxxrt" "cxxabi.h;unwind.h;unwind-arm.h;unwind-itanium.h" "" [all …]
|
/external/libcxx/ |
D | CMakeLists.txt | 28 set(PACKAGE_BUGREPORT "llvm-bugs@lists.llvm.org") 62 # Basic options --------------------------------------------------------------- 75 # Benchmark options ----------------------------------------------------------- 102 option(LIBCXX_ABI_FORCE_ITANIUM "Ignore auto-detection and force use of the Itanium ABI.") 103 option(LIBCXX_ABI_FORCE_MICROSOFT "Ignore auto-detection and force use of the Microsoft ABI.") 105 option(LIBCXX_USE_COMPILER_RT "Use compiler-rt instead of libgcc" OFF) 111 # ABI Library options --------------------------------------------------------- 114 set(CXXABIS none default libcxxabi libcxxrt libstdc++ libsupc++ vcruntime) 122 PATHS ${LLVM_MAIN_SRC_DIR}/projects/libcxxabi/include 123 ${LLVM_MAIN_SRC_DIR}/runtimes/libcxxabi/include [all …]
|
/external/libcxxabi/cmake/Modules/ |
D | MacroEnsureOutOfSourceBuild.cmake | 9 "In-source builds are not allowed. 10 CMake would overwrite the makefiles distributed with libcxxabi.
|
/external/libmojo/base/android/ |
D | cxa_demangle_stub.cc | 2 // Use of this source code is governed by a BSD-style license that can be 11 // https://llvm.org/svn/llvm-project/libcxxabi/trunk/src/cxa_demangle.cpp 16 static const int kMemoryAllocFailure = -1; // LLVM's memory_alloc_failure. in __cxa_demangle()
|
/external/libcxx/lib/abi/ |
D | CMakeLists.txt | 5 string(REGEX REPLACE "darwin16\\.[0-9]\\.[0-9]" "darwin16" 14 AND ("${LIBCXX_CXX_ABI_LIBNAME}" STREQUAL "libcxxabi" OR 22 "check-cxx-abilist target is not supported") 31 add_custom_target(check-cxx-abilist 32 ${SYMDIFF_EXE} --only-stdlib-symbols --strict ${ABILIST_FILE}
|
1234