Lines Matching refs:CreateRuntimeFunction
66 CGM.CreateRuntimeFunction(llvm::FunctionType::get(ObjectPtrTy, in getMessageSendFn()
81 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(CGM.VoidTy, in getMessageSendStretFn()
94 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(CGM.DoubleTy, in getMessageSendFpretFn()
111 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(resultType, in getMessageSendFp2retFn()
123 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(ObjectPtrTy, in getMessageSendSuperFn()
134 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(ObjectPtrTy, in getMessageSendSuperFn2()
145 return CGM.CreateRuntimeFunction( in getMessageSendSuperStretFn()
156 return CGM.CreateRuntimeFunction( in getMessageSendSuperStretFn2()
250 return CGM.CreateRuntimeFunction(FTy, "objc_getProperty"); in getGetPropertyFn()
270 return CGM.CreateRuntimeFunction(FTy, "objc_setProperty"); in getSetPropertyFn()
306 return CGM.CreateRuntimeFunction(FTy, name); in getOptimizedSetPropertyFn()
323 return CGM.CreateRuntimeFunction(FTy, "objc_copyStruct"); in getCopyStructFn()
343 return CGM.CreateRuntimeFunction(FTy, "objc_copyCppObjectAtomic"); in getCppAtomicObjectFunction()
356 return CGM.CreateRuntimeFunction(FTy, "objc_enumerationMutation"); in getEnumerationMutationFn()
365 return CGM.CreateRuntimeFunction(FTy, "objc_read_weak"); in getGcReadWeakFn()
374 return CGM.CreateRuntimeFunction(FTy, "objc_assign_weak"); in getGcAssignWeakFn()
383 return CGM.CreateRuntimeFunction(FTy, "objc_assign_global"); in getGcAssignGlobalFn()
392 return CGM.CreateRuntimeFunction(FTy, "objc_assign_threadlocal"); in getGcAssignThreadLocalFn()
402 return CGM.CreateRuntimeFunction(FTy, "objc_assign_ivar"); in getGcAssignIvarFn()
410 return CGM.CreateRuntimeFunction(FTy, "objc_memmove_collectable"); in GcMemmoveCollectableFn()
419 return CGM.CreateRuntimeFunction(FTy, "objc_assign_strongCast"); in getGcAssignStrongCastFn()
428 return CGM.CreateRuntimeFunction(FTy, "objc_exception_throw"); in getExceptionThrowFn()
435 return CGM.CreateRuntimeFunction(FTy, "objc_exception_rethrow"); in getExceptionRethrowFn()
444 return CGM.CreateRuntimeFunction(FTy, "objc_sync_enter"); in getSyncEnterFn()
453 return CGM.CreateRuntimeFunction(FTy, "objc_sync_exit"); in getSyncExitFn()
553 return CGM.CreateRuntimeFunction( in getExceptionTryEnterFn()
561 return CGM.CreateRuntimeFunction( in getExceptionTryExitFn()
569 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(ObjectPtrTy, in getExceptionExtractFn()
577 return CGM.CreateRuntimeFunction( in getExceptionMatchFn()
588 CGM.CreateRuntimeFunction(llvm::FunctionType::get(CGM.Int32Ty, in getSetJmpFn()
680 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(ObjectPtrTy, in getMessageSendFixupFn()
688 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(ObjectPtrTy, in getMessageSendFpretFixupFn()
696 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(ObjectPtrTy, in getMessageSendStretFixupFn()
705 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(ObjectPtrTy, in getMessageSendSuper2FixupFn()
714 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(ObjectPtrTy, in getMessageSendSuper2StretFixupFn()
720 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(CGM.VoidTy, false), in getObjCEndCatchFn()
727 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(Int8PtrTy, in getObjCBeginCatchFn()