Searched full:cxxabi (Results 1 – 25 of 122) sorted by relevance
12345
38 set(LIBCXXABI_HEADERS ../include/cxxabi.h)219 add_custom_target(cxxabi DEPENDS ${LIBCXXABI_BUILD_TARGETS}) target223 LIBRARY DESTINATION ${LIBCXXABI_INSTALL_PREFIX}lib${LIBCXXABI_LIBDIR_SUFFIX} COMPONENT cxxabi224 ARCHIVE DESTINATION ${LIBCXXABI_INSTALL_PREFIX}lib${LIBCXXABI_LIBDIR_SUFFIX} COMPONENT cxxabi229 add_custom_target(install-cxxabi230 DEPENDS cxxabi232 -DCMAKE_INSTALL_COMPONENT=cxxabi234 add_custom_target(install-cxxabi-stripped235 DEPENDS cxxabi237 -DCMAKE_INSTALL_COMPONENT=cxxabi[all …]
11 #include "cxxabi.h"
10 #include "cxxabi.h"
13 #include "cxxabi.h"
1 //===----- CXXABI.h - Interface to C++ ABIs ---------------------*- C++ -*-===//30 class CXXABI {32 virtual ~CXXABI();75 CXXABI *CreateItaniumCXXABI(ASTContext &Ctx);76 CXXABI *CreateMicrosoftCXXABI(ASTContext &Ctx);
20 #include "CXXABI.h"97 class ItaniumCXXABI : public CXXABI {172 CXXABI *clang::CreateItaniumCXXABI(ASTContext &Ctx) { in CreateItaniumCXXABI()
15 #include "CXXABI.h"67 class MicrosoftCXXABI : public CXXABI {269 CXXABI *clang::CreateMicrosoftCXXABI(ASTContext &Ctx) { in CreateMicrosoftCXXABI()
84 cxxabi.h bits/c++config.h bits/os_defines.h bits/cpu_defines.h100 # Link against just-built "cxxabi" target.111 set(HEADERS "cxxabi.h;__cxxabi_config.h")118 "cxxrt" "cxxabi.h;unwind.h;unwind-arm.h;unwind-itanium.h" ""
50 add_lit_testsuite(check-cxxabi "Running libcxxabi tests"56 add_custom_target(check-libcxxabi DEPENDS check-cxxabi)
12 #include <cxxabi.h>
17 #include <cxxabi.h>
13 #include <cxxabi.h>
19 # if __has_include("cxxabi.h") && !defined(_LIBCPP_ABI_MICROSOFT)20 # include "cxxabi.h"
20 #include <cxxabi.h>22 #include <cxxabi.h>28 # include <cxxabi.h> // FIXME: remove this once buildit is gone.
141 ninja -C "${LIBCXXABI_BUILD_DIR}" install-cxxabi152 ninja -C "${LIBCXXABI_BUILD_DIR}" check-cxxabi
4 // REQUIRES: cxxabi
5 // REQUIRES: cxxabi
27 sudo make install-cxxabi install-cxx
25 #include <cxxabi.h>