Lines Matching full:arglist
4292 SmallVector<llvm::Type*, 8> &ArgList) const;
4343 SmallVector<llvm::Type*, 8> &ArgList) const {
4349 ArgList.push_back(IntTy);
4351 // If necessary, add one more integer type to ArgList.
4355 ArgList.push_back(llvm::IntegerType::get(getVMContext(), R));
4361 SmallVector<llvm::Type*, 8> ArgList, IntArgList;
4364 CoerceToIntArgs(TySize, ArgList);
4365 return llvm::StructType::get(getVMContext(), ArgList);
4375 CoerceToIntArgs(TySize, ArgList);
4376 return llvm::StructType::get(getVMContext(), ArgList);
4403 ArgList.push_back(I64);
4406 ArgList.push_back(llvm::Type::getDoubleTy(getVMContext()));
4411 ArgList.append(IntArgList.begin(), IntArgList.end());
4413 return llvm::StructType::get(getVMContext(), ArgList);