Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:VoidTy

1285     llvm::FunctionType::get(CGM.VoidTy, /*isVarArg=*/false);
1310 llvm::FunctionType::get(CGM.VoidTy, Args, /*isVarArg=*/false);
1374 llvm::FunctionType *FTy = llvm::FunctionType::get(CGF.VoidTy, false);
1432 llvm::FunctionType *FTy = llvm::FunctionType::get(CGF.VoidTy, false);
2219 llvm::FunctionType::get(CGM.VoidTy, NumElementsPtr.getType(), false);
2326 llvm::FunctionType::get(CGM.VoidTy, GuardPtrTy, /*isVarArg=*/false);
2338 llvm::FunctionType::get(CGM.VoidTy, GuardPtrTy, /*isVarArg=*/false);
2566 llvm::FunctionType::get(CGF.VoidTy, CGF.Int8PtrTy, false)->getPointerTo();
2607 llvm::FunctionType *FTy = llvm::FunctionType::get(CGM.VoidTy, false);
2617 QualType FunctionTy = Ctx.getFunctionType(Ctx.VoidTy, llvm::None, {});
2636 CGF.StartFunction(GlobalDecl(GlobalCleanupFD), getContext().VoidTy,
2641 llvm::FunctionType *dtorFuncTy = llvm::FunctionType::get(CGF.VoidTy, false);
2695 CGF.StartFunction(GlobalDecl(GlobalInitFD), getContext().VoidTy,
2713 llvm::FunctionType::get(CGF.VoidTy, false)->getPointerTo();
2855 llvm::FunctionType::get(CGM.VoidTy, /*isVarArg=*/false);
2920 llvm::FunctionType *InitFnTy = llvm::FunctionType::get(CGM.VoidTy, false);
4159 getContext().VoidTy, getContext().NullPtrTy,
4367 llvm::FunctionType::get(CGM.VoidTy, /*isVarArg=*/false);
4649 llvm::FunctionType::get(CGM.VoidTy, CGM.Int8PtrTy, /*isVarArg=*/false);
4752 llvm::FunctionType *FTy = llvm::FunctionType::get(CGM.VoidTy, false);
4766 CGF.StartFunction(GlobalDecl(), CGM.getContext().VoidTy, StermFinalizer, FI,