Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:ArgTypes

2152   SmallVector<llvm::Type *, 4> ArgTypes;
2154 ArgTypes.reserve(DynamicArgs.size() + 1);
2160 ArgTypes.push_back(Int8PtrTy);
2163 ArgTypes.push_back(IntPtrTy);
2171 llvm::FunctionType::get(CGM.VoidTy, ArgTypes, false);