Lines Matching refs:getInt8PtrTy
714 return B.CreateBitCast(V, B.getInt8PtrTy(AS), "cstr"); in castToCStr()
725 B.getInt8PtrTy(), nullptr); in emitStrLen()
740 Type *I8Ptr = B.getInt8PtrTy(); in emitStrChr()
760 B.getInt8PtrTy(), B.getInt8PtrTy(), in emitStrNCmp()
778 Type *I8Ptr = B.getInt8PtrTy(); in emitStrCpy()
794 Type *I8Ptr = B.getInt8PtrTy(); in emitStrNCpy()
817 "__memcpy_chk", AttributeSet::get(M->getContext(), AS), B.getInt8PtrTy(), in emitMemCpyChk()
818 B.getInt8PtrTy(), B.getInt8PtrTy(), DL.getIntPtrType(Context), in emitMemCpyChk()
835 Value *MemChr = M->getOrInsertFunction("memchr", B.getInt8PtrTy(), in emitMemChr()
836 B.getInt8PtrTy(), B.getInt32Ty(), in emitMemChr()
855 B.getInt8PtrTy(), B.getInt8PtrTy(), in emitMemCmp()
941 M->getOrInsertFunction("puts", B.getInt32Ty(), B.getInt8PtrTy(), nullptr); in emitPutS()
976 FPutsName, B.getInt32Ty(), B.getInt8PtrTy(), File->getType(), nullptr); in emitFPutS()
995 FWriteName, DL.getIntPtrType(Context), B.getInt8PtrTy(), in emitFWrite()