Lines Matching refs:VoidTy
81 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(CGM.VoidTy, in getMessageSendStretFn()
146 llvm::FunctionType::get(CGM.VoidTy, params, true), in getMessageSendSuperStretFn()
157 llvm::FunctionType::get(CGM.VoidTy, params, true), in getMessageSendSuperStretFn2()
265 Types.arrangeBuiltinFunctionDeclaration(Ctx.VoidTy, Params)); in getSetPropertyFn()
290 Types.arrangeBuiltinFunctionDeclaration(Ctx.VoidTy, Params)); in getOptimizedSetPropertyFn()
316 Types.arrangeBuiltinFunctionDeclaration(Ctx.VoidTy, Params)); in getCopyStructFn()
334 Types.arrangeBuiltinFunctionDeclaration(Ctx.VoidTy, Params)); in getCppAtomicObjectFunction()
346 Types.arrangeBuiltinFunctionDeclaration(Ctx.VoidTy, Params)); in getEnumerationMutationFn()
432 llvm::FunctionType::get(CGM.VoidTy, args, false); in getExceptionThrowFn()
439 llvm::FunctionType *FTy = llvm::FunctionType::get(CGM.VoidTy, false); in getExceptionRethrowFn()
558 llvm::FunctionType::get(CGM.VoidTy, params, false), in getExceptionTryEnterFn()
566 llvm::FunctionType::get(CGM.VoidTy, params, false), in getExceptionTryExitFn()
718 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(CGM.VoidTy, false), in getObjCEndCatchFn()
3911 return llvm::FunctionType::get(CGF.VoidTy, tys, false); in GetAsmFnType()