Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ArgTypes

2495   SmallVector<llvm::Type *, 4> ArgTypes;
2497 ArgTypes.reserve(DynamicArgs.size() + 1);
2503 ArgTypes.push_back(Int8PtrTy);
2506 ArgTypes.push_back(IntPtrTy);
2510 llvm::FunctionType::get(CGM.VoidTy, ArgTypes, false);