Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:VoidTy

81     return CGM.CreateRuntimeFunction(llvm::FunctionType::get(CGM.VoidTy,
146 llvm::FunctionType::get(CGM.VoidTy, params, true),
157 llvm::FunctionType::get(CGM.VoidTy, params, true),
268 Ctx.VoidTy, false, false, Params, FunctionType::ExtInfo(),
294 Ctx.VoidTy, false, false, Params, FunctionType::ExtInfo(),
321 Ctx.VoidTy, false, false, Params, FunctionType::ExtInfo(),
339 Types.GetFunctionType(Types.arrangeLLVMFunctionInfo(Ctx.VoidTy, false, false,
354 Ctx.VoidTy, false, false, Params, FunctionType::ExtInfo(),
427 llvm::FunctionType::get(CGM.VoidTy, args, false);
434 llvm::FunctionType *FTy = llvm::FunctionType::get(CGM.VoidTy, false);
553 llvm::FunctionType::get(CGM.VoidTy, params, false),
561 llvm::FunctionType::get(CGM.VoidTy, params, false),
715 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(CGM.VoidTy, false),
3844 return llvm::FunctionType::get(CGF.VoidTy, tys, false);