Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libunwind/include/
H A Dlibunwind.h31 #define LIBUNWIND_AVAIL __attribute__((unavailable)) 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
109 extern int unw_getcontext(unw_context_t *) LIBUNWIND_AVAIL;
111 extern int unw_step(unw_cursor_t *) LIBUNWIND_AVAIL;
116 extern int unw_resume(unw_cursor_t *) LIBUNWIND_AVAIL;
120 extern void unw_save_vfp_as_X(unw_cursor_t *) LIBUNWIND_AVAIL;
124 extern uintptr_t unw_get_data_rel_base(unw_cursor_t *) LIBUNWIND_AVAIL;
129 extern int unw_is_fpreg(unw_cursor_t *, unw_regnum_t) LIBUNWIND_AVAIL;
[all …]