Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Int8PtrTy

1655   llvm::Type *Int8PtrTy = CGF.Int8PtrTy;
1659 llvm::Type *Args[4] = { Int8PtrTy, Int8PtrTy, Int8PtrTy, PtrDiffTy };
1662 llvm::FunctionType::get(Int8PtrTy, Args, false);