Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Int8PtrTy

1708   llvm::Type *Int8PtrTy = CGF.Int8PtrTy;
1712 llvm::Type *Args[4] = { Int8PtrTy, Int8PtrTy, Int8PtrTy, PtrDiffTy };
1714 llvm::FunctionType *FTy = llvm::FunctionType::get(Int8PtrTy, Args, false);