Home | History | Annotate | Download | only in CodeGen

Lines Matching full:arglist

5928                        SmallVectorImpl<llvm::Type *> &ArgList) const;
5999 uint64_t TySize, SmallVectorImpl<llvm::Type *> &ArgList) const {
6005 ArgList.push_back(IntTy);
6007 // If necessary, add one more integer type to ArgList.
6011 ArgList.push_back(llvm::IntegerType::get(getVMContext(), R));
6017 SmallVector<llvm::Type*, 8> ArgList, IntArgList;
6020 CoerceToIntArgs(TySize, ArgList);
6021 return llvm::StructType::get(getVMContext(), ArgList);
6031 CoerceToIntArgs(TySize, ArgList);
6032 return llvm::StructType::get(getVMContext(), ArgList);
6059 ArgList.push_back(I64);
6062 ArgList.push_back(llvm::Type::getDoubleTy(getVMContext()));
6067 ArgList.append(IntArgList.begin(), IntArgList.end());
6069 return llvm::StructType::get(getVMContext(), ArgList);