Home
last modified time | relevance | path

Searched defs:unwind_exception (Results 1 – 5 of 5) sorted by relevance

/llvm-project/libcxxabi/src/
H A Dcxa_exception.cpp64 cxa_exception_from_exception_unwind_exception(_Unwind_Exception* unwind_exception) in cxa_exception_from_exception_unwind_exception()
81 void __setExceptionClass(_Unwind_Exception* unwind_exception, uint64_t newValue) { in __setExceptionClass()
86 static void setOurExceptionClass(_Unwind_Exception* unwind_exception) { in setOurExceptionClass()
90 static void setDependentExceptionClass(_Unwind_Exception* unwind_exception) { in setDependentExceptionClass()
95 uint64_t __getExceptionClass(const _Unwind_Exception* unwind_exception) { in __getExceptionClass()
105 bool __isOurExceptionClass(const _Unwind_Exception* unwind_exception) { in __isOurExceptionClass()
110 static bool isDependentException(_Unwind_Exception* unwind_exception) { in isDependentException()
133 exception_cleanup_func(_Unwind_Reason_Code reason, _Unwind_Exception* unwind_exception) in exception_cleanup_func()
311 void *__cxa_get_exception_ptr(void *unwind_exception) throw() { in __cxa_init_primary_exception()
327 _Unwind_Exception* unwind_exception = static_cast<_Unwind_Exception*>(unwind_arg); in __cxa_init_primary_exception() local
[all …]
H A Dcxa_personality.cpp330 call_terminate(bool native_exception, _Unwind_Exception* unwind_exception) in call_terminate() argument
365 _Unwind_Exception* unwind_exception, uintptr_t /*base*/ = 0) in get_shim_type_info() argument
388 _Unwind_Exception* unwind_exception, uintptr_t base = 0) in get_shim_type_info() argument
436 void* adjustedPtr, _Unwind_Exception* unwind_exception, in exception_spec_can_catch() argument
482 exception_spec_can_catch(int64_t specIndex,const uint8_t * classInfo,uint8_t ttypeEncoding,const __shim_type_info * excpType,void * adjustedPtr,_Unwind_Exception * unwind_exception,uintptr_t base=0) exception_spec_can_catch() argument
517 get_thrown_object_ptr(_Unwind_Exception * unwind_exception) get_thrown_object_ptr() argument
547 set_registers(_Unwind_Exception * unwind_exception,_Unwind_Context * context,const scan_results & results) set_registers() argument
586 scan_eh_tab(scan_results & results,_Unwind_Action actions,bool native_exception,_Unwind_Exception * unwind_exception,_Unwind_Context * context) scan_eh_tab() argument
921 __gxx_personality_wasm0(int version,_Unwind_Action actions,uint64_t exceptionClass,_Unwind_Exception * unwind_exception,_Unwind_Context * context) __gxx_personality_wasm0() argument
1019 continue_unwind(_Unwind_Exception * unwind_exception,_Unwind_Context * context) continue_unwind() argument
1038 save_results_to_barrier_cache(_Unwind_Exception * unwind_exception,const scan_results & results) save_results_to_barrier_cache() argument
1049 load_results_from_barrier_cache(scan_results & results,const _Unwind_Exception * unwind_exception) load_results_from_barrier_cache() argument
1060 __gxx_personality_v0(_Unwind_State state,_Unwind_Exception * unwind_exception,_Unwind_Context * context) __gxx_personality_v0() argument
1173 _Unwind_Exception* unwind_exception = static_cast<_Unwind_Exception*>(arg); __cxa_call_unexpected() local
[all...]
H A Dcxa_handlers.cpp85 _Unwind_Exception* unwind_exception = in terminate() local
H A Dcxa_default_handlers.cpp51 _Unwind_Exception* unwind_exception = demangling_terminate_handler() local
/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_exceptions.cpp38 _Unwind_Exception* unwind_exception, in __hwasan_personality_wrapper()