Lines Matching refs:FTy
1415 llvm::FunctionType *FTy = in emitRethrow() local
1418 llvm::FunctionCallee Fn = CGM.CreateRuntimeFunction(FTy, "__cxa_rethrow"); in emitRethrow()
1429 llvm::FunctionType *FTy = in getAllocateExceptionFn() local
1432 return CGM.CreateRuntimeFunction(FTy, "__cxa_allocate_exception"); in getAllocateExceptionFn()
1440 llvm::FunctionType *FTy = in getThrowFn() local
1443 return CGM.CreateRuntimeFunction(FTy, "__cxa_throw"); in getThrowFn()
1501 llvm::FunctionType *FTy = llvm::FunctionType::get(Int8PtrTy, Args, false); in getItaniumDynamicCastFn() local
1511 return CGF.CGM.CreateRuntimeFunction(FTy, "__dynamic_cast", Attrs); in getItaniumDynamicCastFn()
1516 llvm::FunctionType *FTy = llvm::FunctionType::get(CGF.VoidTy, false); in getBadCastFn() local
1517 return CGF.CGM.CreateRuntimeFunction(FTy, "__cxa_bad_cast"); in getBadCastFn()
1574 llvm::FunctionType *FTy = llvm::FunctionType::get(CGF.VoidTy, false); in getBadTypeidFn() local
1576 return CGF.CGM.CreateRuntimeFunction(FTy, "__cxa_bad_typeid"); in getBadTypeidFn()
2461 llvm::FunctionType *FTy = in InitializeArrayCookie() local
2464 CGM.CreateRuntimeFunction(FTy, "__asan_poison_cxx_array_cookie"); in InitializeArrayCookie()
2492 llvm::FunctionType *FTy = in readArrayCookieImpl() local
2495 CGM.CreateRuntimeFunction(FTy, "__asan_load_cxx_array_cookie"); in readArrayCookieImpl()
2555 llvm::FunctionType *FTy = in getGuardAcquireFn() local
2559 FTy, "__cxa_guard_acquire", in getGuardAcquireFn()
2568 llvm::FunctionType *FTy = in getGuardReleaseFn() local
2571 FTy, "__cxa_guard_release", in getGuardReleaseFn()
2580 llvm::FunctionType *FTy = in getGuardAbortFn() local
2583 FTy, "__cxa_guard_abort", in getGuardAbortFn()
2882 llvm::FunctionType *FTy = llvm::FunctionType::get(CGM.VoidTy, false); in createGlobalInitOrCleanupFn() local
2884 FTy, FnName, CGM.getTypes().arrangeNullaryFunction(), SourceLocation()); in createGlobalInitOrCleanupFn()
3116 llvm::FunctionType *FTy = in EmitThreadLocalInitFuncs() local
3119 InitFunc = CGM.CreateGlobalInitOrCleanUpFunction(FTy, "__tls_init", FI, in EmitThreadLocalInitFuncs()
4740 llvm::FunctionType *FTy = llvm::FunctionType::get( in getBeginCatchFn() local
4743 return CGM.CreateRuntimeFunction(FTy, "__cxa_begin_catch"); in getBeginCatchFn()
4748 llvm::FunctionType *FTy = in getEndCatchFn() local
4751 return CGM.CreateRuntimeFunction(FTy, "__cxa_end_catch"); in getEndCatchFn()
4756 llvm::FunctionType *FTy = llvm::FunctionType::get( in getGetExceptionPtrFn() local
4759 return CGM.CreateRuntimeFunction(FTy, "__cxa_get_exception_ptr"); in getGetExceptionPtrFn()
5172 llvm::FunctionType *FTy = llvm::FunctionType::get(CGM.VoidTy, false); in emitCXXStermFinalizer() local
5182 FTy, FnName.str(), FI, D.getLocation()); in emitCXXStermFinalizer()