Home | History | Annotate | Download | only in CodeGen

Lines Matching full:__cxa_begin_catch

74   // void *__cxa_begin_catch(void*);
79 return CGM.CreateRuntimeFunction(FTy, "__cxa_begin_catch");
918 /// Emits a call to __cxa_begin_catch and enters a cleanup to call
951 // __cxa_begin_catch returns the adjusted object pointer.
956 // __cxa_begin_catch will actually return that pointer by value.
1010 // If the catch type is a pointer type, __cxa_begin_catch returns
1103 // Finally we can call __cxa_begin_catch.
1108 /// calling __cxa_begin_catch.
1118 // 2. __cxa_begin_catch
1127 // - CallBeginCatch calls __cxa_begin_catch
1508 /// __clang_call_terminate calls __cxa_begin_catch, which then allows
1549 // Call __cxa_begin_catch(exn).