Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:ArgTypes

1696       llvm::Type *ArgTypes[] = {Int8PtrTy, Int8PtrTy};
1701 llvm::FunctionType::get(IntTy, ArgTypes, /*isVarArg=*/false),
1724 llvm::Type *ArgTypes[] = {Int8PtrTy, IntTy};
1726 llvm::FunctionType::get(IntTy, ArgTypes, /*isVarArg=*/true),
1732 llvm::Type *ArgTypes[] = {Int8PtrTy, Int8PtrTy};
1734 llvm::FunctionType::get(IntTy, ArgTypes, /*isVarArg=*/false),