Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:ArgTypes

2210   SmallVector<llvm::Type *, 4> ArgTypes;
2212 ArgTypes.reserve(DynamicArgs.size() + 1);
2218 ArgTypes.push_back(Int8PtrTy);
2221 ArgTypes.push_back(IntPtrTy);
2229 llvm::FunctionType::get(CGM.VoidTy, ArgTypes, false);