Lines Matching refs:getInt8PtrTy
255 IRB.getVoidTy(), IRB.getInt8PtrTy()); in initialize()
270 IRB.getInt8PtrTy()); in initialize()
274 IRB.getInt8PtrTy()); in initialize()
278 UnalignedReadName, Attr, IRB.getVoidTy(), IRB.getInt8PtrTy()); in initialize()
282 UnalignedWriteName, Attr, IRB.getVoidTy(), IRB.getInt8PtrTy()); in initialize()
286 VolatileReadName, Attr, IRB.getVoidTy(), IRB.getInt8PtrTy()); in initialize()
290 VolatileWriteName, Attr, IRB.getVoidTy(), IRB.getInt8PtrTy()); in initialize()
295 UnalignedVolatileReadName, Attr, IRB.getVoidTy(), IRB.getInt8PtrTy()); in initialize()
300 UnalignedVolatileWriteName, Attr, IRB.getVoidTy(), IRB.getInt8PtrTy()); in initialize()
304 CompoundRWName, Attr, IRB.getVoidTy(), IRB.getInt8PtrTy()); in initialize()
309 UnalignedCompoundRWName, Attr, IRB.getVoidTy(), IRB.getInt8PtrTy()); in initialize()
353 IRB.getInt8PtrTy(), IRB.getInt8PtrTy()); in initialize()
355 IRB.getVoidTy(), IRB.getInt8PtrTy()); in initialize()
362 M.getOrInsertFunction("memmove", Attr, IRB.getInt8PtrTy(), in initialize()
363 IRB.getInt8PtrTy(), IRB.getInt8PtrTy(), IntptrTy); in initialize()
365 M.getOrInsertFunction("memcpy", Attr, IRB.getInt8PtrTy(), in initialize()
366 IRB.getInt8PtrTy(), IRB.getInt8PtrTy(), IntptrTy); in initialize()
368 M.getOrInsertFunction("memset", Attr, IRB.getInt8PtrTy(), in initialize()
369 IRB.getInt8PtrTy(), IRB.getInt32Ty(), IntptrTy); in initialize()
637 StoredValue = IRB.CreateIntToPtr(StoredValue, IRB.getInt8PtrTy()); in instrumentLoadOrStore()
640 {IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy()), in instrumentLoadOrStore()
641 IRB.CreatePointerCast(StoredValue, IRB.getInt8PtrTy())}); in instrumentLoadOrStore()
647 IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy())); in instrumentLoadOrStore()
680 IRB.CreateCall(OnAccessFunc, IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy())); in instrumentLoadOrStore()
718 {IRB.CreatePointerCast(M->getArgOperand(0), IRB.getInt8PtrTy()), in instrumentMemIntrinsic()
725 {IRB.CreatePointerCast(M->getArgOperand(0), IRB.getInt8PtrTy()), in instrumentMemIntrinsic()
726 IRB.CreatePointerCast(M->getArgOperand(1), IRB.getInt8PtrTy()), in instrumentMemIntrinsic()