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

/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A DUnwindLevel1-gcc-ext.c32 _LIBUNWIND_EXPORT _Unwind_Reason_Code
69 _LIBUNWIND_EXPORT uintptr_t
79 _LIBUNWIND_EXPORT uintptr_t
89 _LIBUNWIND_EXPORT void *_Unwind_FindEnclosingFunction(void *pc) {
107 _LIBUNWIND_EXPORT _Unwind_Reason_Code
191 _LIBUNWIND_EXPORT const void *_Unwind_Find_FDE(const void *pc,
212 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetCFA(struct _Unwind_Context *context) {
225 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetIPInfo(struct _Unwind_Context *context,
267 _LIBUNWIND_EXPORT void __register_frame(const void *addr) {
274 _LIBUNWIND_EXPORT voi
[all...]
H A DUnwind-sjlj.c94 _LIBUNWIND_EXPORT void
102 _LIBUNWIND_EXPORT void
322 _LIBUNWIND_EXPORT _Unwind_Reason_Code
353 _LIBUNWIND_EXPORT void
371 _LIBUNWIND_EXPORT _Unwind_Reason_Code
394 _LIBUNWIND_EXPORT uintptr_t
405 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetGR(struct _Unwind_Context *context,
415 _LIBUNWIND_EXPORT void _Unwind_SetGR(struct _Unwind_Context *context, int index,
426 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetIP(struct _Unwind_Context *context) {
437 _LIBUNWIND_EXPORT uintptr_
[all...]
H A Dconfig.h53 #define _LIBUNWIND_EXPORT macro
57 #define _LIBUNWIND_EXPORT __declspec(dllexport) macro
60 #define _LIBUNWIND_EXPORT __attribute__((visibility("default"))) macro
73 extern "C" _LIBUNWIND_EXPORT __typeof(name) aliasname \
77 extern "C" _LIBUNWIND_EXPORT __typeof(name) aliasname \
82 extern "C" _LIBUNWIND_EXPORT __typeof(name) aliasname \
88 extern "C" _LIBUNWIND_EXPORT __typeof(name) aliasname;
H A DUnwindLevel1.c349 _LIBUNWIND_EXPORT _Unwind_Reason_Code
384 _LIBUNWIND_EXPORT void
407 _LIBUNWIND_EXPORT _Unwind_Reason_Code
427 _LIBUNWIND_EXPORT uintptr_t
448 _LIBUNWIND_EXPORT uintptr_t
464 _LIBUNWIND_EXPORT void
474 _LIBUNWIND_EXPORT uintptr_t
485 _LIBUNWIND_EXPORT void _Unwind_SetGR(struct _Unwind_Context *context, int index,
495 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetIP(struct _Unwind_Context *context) {
507 _LIBUNWIND_EXPORT voi
[all...]
H A DUnwind-seh.cpp70 _LIBUNWIND_EXPORT EXCEPTION_DISPOSITION
344 _LIBUNWIND_EXPORT _Unwind_Reason_Code
373 _LIBUNWIND_EXPORT void
412 _LIBUNWIND_EXPORT _Unwind_Reason_Code
430 _LIBUNWIND_EXPORT uintptr_t
442 _LIBUNWIND_EXPORT uintptr_t
H A DUnwind-EHABI.cpp250 _LIBUNWIND_EXPORT _Unwind_Reason_Code
421 extern "C" _LIBUNWIND_EXPORT _Unwind_Reason_Code
427 extern "C" _LIBUNWIND_EXPORT _Unwind_Reason_Code
433 extern "C" _LIBUNWIND_EXPORT _Unwind_Reason_Code
670 _LIBUNWIND_EXPORT _Unwind_Reason_Code
691 _LIBUNWIND_EXPORT void _Unwind_Complete(_Unwind_Exception* exception_object) {
708 _LIBUNWIND_EXPORT void
726 _LIBUNWIND_EXPORT uintptr_t
757 _LIBUNWIND_EXPORT _Unwind_VRS_Result
869 _LIBUNWIND_EXPORT _Unwind_VRS_Resul
[all...]
H A Dlibunwind.cpp29 _LIBUNWIND_EXPORT unw_addr_space_t unw_local_addr_space =

Completed in 116 milliseconds