Lines Matching refs:getInt8PtrTy
790 return B.CreateBitCast(V, B.getInt8PtrTy(AS), "cstr"); in castToCStr()
802 B.getInt8PtrTy()); in emitStrLen()
818 Type *I8Ptr = B.getInt8PtrTy(); in emitStrChr()
839 B.getInt8PtrTy(), B.getInt8PtrTy(), in emitStrNCmp()
857 Type *I8Ptr = B.getInt8PtrTy(); in emitStrCpy()
873 Type *I8Ptr = B.getInt8PtrTy(); in emitStrNCpy()
896 "__memcpy_chk", AttributeList::get(M->getContext(), AS), B.getInt8PtrTy(), in emitMemCpyChk()
897 B.getInt8PtrTy(), B.getInt8PtrTy(), DL.getIntPtrType(Context), in emitMemCpyChk()
915 Value *MemChr = M->getOrInsertFunction(MemChrName, B.getInt8PtrTy(), in emitMemChr()
916 B.getInt8PtrTy(), B.getInt32Ty(), in emitMemChr()
936 B.getInt8PtrTy(), B.getInt8PtrTy(), in emitMemCmp()
1051 M->getOrInsertFunction(PutsName, B.getInt32Ty(), B.getInt8PtrTy()); in emitPutS()
1106 FPutsName, B.getInt32Ty(), B.getInt8PtrTy(), File->getType()); in emitFPutS()
1124 B.getInt8PtrTy(), File->getType()); in emitFPutSUnlocked()
1143 FWriteName, DL.getIntPtrType(Context), B.getInt8PtrTy(), in emitFWrite()
1165 Value *Malloc = M->getOrInsertFunction(MallocName, B.getInt8PtrTy(), in emitMalloc()
1185 Value *Calloc = M->getOrInsertFunction(CallocName, Attrs, B.getInt8PtrTy(), in emitCalloc()
1206 FWriteUnlockedName, DL.getIntPtrType(Context), B.getInt8PtrTy(), in emitFWriteUnlocked()
1244 M->getOrInsertFunction(FGetSUnlockedName, B.getInt8PtrTy(), in emitFGetSUnlocked()
1245 B.getInt8PtrTy(), B.getInt32Ty(), File->getType()); in emitFGetSUnlocked()
1265 FReadUnlockedName, DL.getIntPtrType(Context), B.getInt8PtrTy(), in emitFReadUnlocked()