Home | History | Annotate | Download | only in CodeGen

Lines Matching full:arglist

6186                        SmallVectorImpl<llvm::Type *> &ArgList) const;
6257 uint64_t TySize, SmallVectorImpl<llvm::Type *> &ArgList) const {
6263 ArgList.push_back(IntTy);
6265 // If necessary, add one more integer type to ArgList.
6269 ArgList.push_back(llvm::IntegerType::get(getVMContext(), R));
6275 SmallVector<llvm::Type*, 8> ArgList, IntArgList;
6278 CoerceToIntArgs(TySize, ArgList);
6279 return llvm::StructType::get(getVMContext(), ArgList);
6289 CoerceToIntArgs(TySize, ArgList);
6290 return llvm::StructType::get(getVMContext(), ArgList);
6317 ArgList.push_back(I64);
6320 ArgList.push_back(llvm::Type::getDoubleTy(getVMContext()));
6325 ArgList.append(IntArgList.begin(), IntArgList.end());
6327 return llvm::StructType::get(getVMContext(), ArgList);