Searched refs:LIBUNWIND_AVAIL (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/libunwind/include/
H A Dlibunwind.h31 #define LIBUNWIND_AVAIL __attribute__((unavailable)) macro
33 #define LIBUNWIND_AVAIL __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_5_0) macro
37 #define LIBUNWIND_AVAIL AVAILABLE_MAC_OS_X_VERSION_10_6_AND_LATER macro
39 #define LIBUNWIND_AVAIL __attribute__((unavailable)) macro
43 #define LIBUNWIND_AVAIL macro
103 extern int unw_getcontext(unw_context_t *) LIBUNWIND_AVAIL;
104 extern int unw_init_local(unw_cursor_t *, unw_context_t *) LIBUNWIND_AVAIL;
105 extern int unw_step(unw_cursor_t *) LIBUNWIND_AVAIL;
106 extern int unw_get_reg(unw_cursor_t *, unw_regnum_t, unw_word_t *) LIBUNWIND_AVAIL;
107 extern int unw_get_fpreg(unw_cursor_t *, unw_regnum_t, unw_fpreg_t *) LIBUNWIND_AVAIL;
[all...]

Completed in 72 milliseconds