Home
last modified time | relevance | path

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

/external/llvm-project/libunwind/src/
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) { in _Unwind_FindEnclosingFunction()
107 _LIBUNWIND_EXPORT _Unwind_Reason_Code
187 _LIBUNWIND_EXPORT const void *_Unwind_Find_FDE(const void *pc, in _Unwind_Find_FDE()
208 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetCFA(struct _Unwind_Context *context) { in _Unwind_GetCFA()
221 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetIPInfo(struct _Unwind_Context *context, in _Unwind_GetIPInfo()
241 _LIBUNWIND_EXPORT void __register_frame(const void *fde) { in __register_frame()
251 _LIBUNWIND_EXPORT void __deregister_frame(const void *fde) { in __deregister_frame()
[all …]
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, in _Unwind_GetGR()
415 _LIBUNWIND_EXPORT void _Unwind_SetGR(struct _Unwind_Context *context, int index, in _Unwind_SetGR()
426 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetIP(struct _Unwind_Context *context) { in _Unwind_GetIP()
437 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetIPInfo(struct _Unwind_Context *context, in _Unwind_GetIPInfo()
[all …]
Dconfig.h56 #define _LIBUNWIND_EXPORT macro
60 #define _LIBUNWIND_EXPORT __declspec(dllexport) macro
63 #define _LIBUNWIND_EXPORT __attribute__((visibility("default"))) macro
76 extern "C" _LIBUNWIND_EXPORT __typeof(name) aliasname \
80 extern "C" _LIBUNWIND_EXPORT __typeof(name) aliasname \
85 extern "C" _LIBUNWIND_EXPORT __typeof(name) aliasname \
91 extern "C" _LIBUNWIND_EXPORT __typeof(name) aliasname;
DUnwindLevel1.c347 _LIBUNWIND_EXPORT _Unwind_Reason_Code
382 _LIBUNWIND_EXPORT void
405 _LIBUNWIND_EXPORT _Unwind_Reason_Code
425 _LIBUNWIND_EXPORT uintptr_t
446 _LIBUNWIND_EXPORT uintptr_t
462 _LIBUNWIND_EXPORT void
472 _LIBUNWIND_EXPORT uintptr_t
483 _LIBUNWIND_EXPORT void _Unwind_SetGR(struct _Unwind_Context *context, int index, in _Unwind_SetGR()
493 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetIP(struct _Unwind_Context *context) { in _Unwind_GetIP()
505 _LIBUNWIND_EXPORT void _Unwind_SetIP(struct _Unwind_Context *context, in _Unwind_SetIP()
DUnwind-EHABI.cpp252 _LIBUNWIND_EXPORT _Unwind_Reason_Code
423 extern "C" _LIBUNWIND_EXPORT _Unwind_Reason_Code
429 extern "C" _LIBUNWIND_EXPORT _Unwind_Reason_Code
435 extern "C" _LIBUNWIND_EXPORT _Unwind_Reason_Code
672 _LIBUNWIND_EXPORT _Unwind_Reason_Code
693 _LIBUNWIND_EXPORT void _Unwind_Complete(_Unwind_Exception* exception_object) { in _Unwind_Complete()
710 _LIBUNWIND_EXPORT void
728 _LIBUNWIND_EXPORT uintptr_t
759 _LIBUNWIND_EXPORT _Unwind_VRS_Result
871 _LIBUNWIND_EXPORT _Unwind_VRS_Result
[all …]
DUnwind-seh.cpp58 _LIBUNWIND_EXPORT EXCEPTION_DISPOSITION
332 _LIBUNWIND_EXPORT _Unwind_Reason_Code
361 _LIBUNWIND_EXPORT void
400 _LIBUNWIND_EXPORT _Unwind_Reason_Code
418 _LIBUNWIND_EXPORT uintptr_t
430 _LIBUNWIND_EXPORT uintptr_t
Dlibunwind.cpp29 _LIBUNWIND_EXPORT unw_addr_space_t unw_local_addr_space =
/external/llvm-project/libunwind/
DCMakeLists.txt208 # The headers lack matching dllexport attributes (_LIBUNWIND_EXPORT);