Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/builtins/
H A Dgcc_personality_v0.c148 _Unwind_Reason_Code __gnu_unwind_frame(struct _Unwind_Exception *,
158 if (__gnu_unwind_frame(exceptionObject, context) != _URC_OK) in continueUnwind()
/llvm-project-15.0.7/llvm-libgcc/lib/
H A Dgcc_s.ver119 __gnu_unwind_frame;
/llvm-project-15.0.7/libcxxabi/src/
H A Dcxa_personality.cpp1008 extern "C" _Unwind_Reason_Code __gnu_unwind_frame(_Unwind_Exception*,
1018 switch (__gnu_unwind_frame(unwind_exception, context)) { in continue_unwind()
/llvm-project-15.0.7/libunwind/src/
H A DUnwind-EHABI.cpp1194 __gnu_unwind_frame(_Unwind_Exception *exception_object, in __gnu_unwind_frame() function