Lines Matching refs:CreateRuntimeFunction
33 return CGM.CreateRuntimeFunction(FTy, "__cxa_allocate_exception"); in getAllocateExceptionFn()
42 return CGM.CreateRuntimeFunction(FTy, "__cxa_free_exception"); in getFreeExceptionFn()
53 return CGM.CreateRuntimeFunction(FTy, "__cxa_throw"); in getThrowFn()
62 return CGM.CreateRuntimeFunction(FTy, "__cxa_get_exception_ptr"); in getGetExceptionPtrFn()
71 return CGM.CreateRuntimeFunction(FTy, "__cxa_begin_catch"); in getBeginCatchFn()
80 return CGM.CreateRuntimeFunction(FTy, "__cxa_end_catch"); in getEndCatchFn()
89 return CGM.CreateRuntimeFunction(FTy, "__cxa_call_unexpected"); in getUnexpectedFn()
108 return CGM.CreateRuntimeFunction(FTy, name); in getTerminateFn()
116 return CGM.CreateRuntimeFunction(FTy, Name); in getCatchallRethrowFn()
250 CGM.CreateRuntimeFunction(llvm::FunctionType::get(CGM.Int32Ty, true), in getPersonalityFn()
1502 CGM.CreateRuntimeFunction(fnTy, "__clang_call_terminate"); in getClangCallTerminateFn()