Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:VoidTy

36     llvm::FunctionType::get(CGM.VoidTy, CGM.Int8PtrTy, /*IsVarArgs=*/false);
45 llvm::FunctionType::get(CGM.VoidTy, CGM.Int8PtrTy, /*IsVarArgs=*/false);
54 llvm::FunctionType::get(VoidTy, /*IsVarArgs=*/false);
79 llvm::FunctionType::get(CGM.VoidTy, CGM.Int8PtrTy, /*IsVarArgs=*/false);
1427 Context.getFunctionType(Context.VoidTy, ArgTys, EPI));
1656 QualType RetTy = IsFilter ? getContext().LongTy : getContext().VoidTy;