Lines Matching refs:FTy
29 llvm::FunctionType *FTy = in getAllocateExceptionFn() local
32 return CGM.CreateRuntimeFunction(FTy, "__cxa_allocate_exception"); in getAllocateExceptionFn()
38 llvm::FunctionType *FTy = in getFreeExceptionFn() local
41 return CGM.CreateRuntimeFunction(FTy, "__cxa_free_exception"); in getFreeExceptionFn()
49 llvm::FunctionType *FTy = in getThrowFn() local
52 return CGM.CreateRuntimeFunction(FTy, "__cxa_throw"); in getThrowFn()
58 llvm::FunctionType *FTy = in getReThrowFn() local
61 return CGM.CreateRuntimeFunction(FTy, "__cxa_rethrow"); in getReThrowFn()
67 llvm::FunctionType *FTy = in getGetExceptionPtrFn() local
70 return CGM.CreateRuntimeFunction(FTy, "__cxa_get_exception_ptr"); in getGetExceptionPtrFn()
76 llvm::FunctionType *FTy = in getBeginCatchFn() local
79 return CGM.CreateRuntimeFunction(FTy, "__cxa_begin_catch"); in getBeginCatchFn()
85 llvm::FunctionType *FTy = in getEndCatchFn() local
88 return CGM.CreateRuntimeFunction(FTy, "__cxa_end_catch"); in getEndCatchFn()
94 llvm::FunctionType *FTy = in getUnexpectedFn() local
97 return CGM.CreateRuntimeFunction(FTy, "__cxa_call_unexpected"); in getUnexpectedFn()
103 llvm::FunctionType *FTy = in getTerminateFn() local
116 return CGM.CreateRuntimeFunction(FTy, name); in getTerminateFn()
121 llvm::FunctionType *FTy = in getCatchallRethrowFn() local
124 return CGM.CreateRuntimeFunction(FTy, Name); in getCatchallRethrowFn()