Lines Matching refs:getInt8PtrTy
256 IRB.getVoidTy(), IRB.getInt8PtrTy()); in initialize()
271 IRB.getInt8PtrTy()); in initialize()
275 IRB.getInt8PtrTy()); in initialize()
279 UnalignedReadName, Attr, IRB.getVoidTy(), IRB.getInt8PtrTy()); in initialize()
283 UnalignedWriteName, Attr, IRB.getVoidTy(), IRB.getInt8PtrTy()); in initialize()
287 VolatileReadName, Attr, IRB.getVoidTy(), IRB.getInt8PtrTy()); in initialize()
291 VolatileWriteName, Attr, IRB.getVoidTy(), IRB.getInt8PtrTy()); in initialize()
296 UnalignedVolatileReadName, Attr, IRB.getVoidTy(), IRB.getInt8PtrTy()); in initialize()
301 UnalignedVolatileWriteName, Attr, IRB.getVoidTy(), IRB.getInt8PtrTy()); in initialize()
305 CompoundRWName, Attr, IRB.getVoidTy(), IRB.getInt8PtrTy()); in initialize()
310 UnalignedCompoundRWName, Attr, IRB.getVoidTy(), IRB.getInt8PtrTy()); in initialize()
375 IRB.getInt8PtrTy(), IRB.getInt8PtrTy()); in initialize()
377 IRB.getVoidTy(), IRB.getInt8PtrTy()); in initialize()
392 M.getOrInsertFunction("memmove", Attr, IRB.getInt8PtrTy(), in initialize()
393 IRB.getInt8PtrTy(), IRB.getInt8PtrTy(), IntptrTy); in initialize()
395 M.getOrInsertFunction("memcpy", Attr, IRB.getInt8PtrTy(), in initialize()
396 IRB.getInt8PtrTy(), IRB.getInt8PtrTy(), IntptrTy); in initialize()
398 M.getOrInsertFunction("memset", Attr, IRB.getInt8PtrTy(), in initialize()
399 IRB.getInt8PtrTy(), IRB.getInt32Ty(), IntptrTy); in initialize()
668 StoredValue = IRB.CreateIntToPtr(StoredValue, IRB.getInt8PtrTy()); in instrumentLoadOrStore()
671 {IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy()), in instrumentLoadOrStore()
672 IRB.CreatePointerCast(StoredValue, IRB.getInt8PtrTy())}); in instrumentLoadOrStore()
678 IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy())); in instrumentLoadOrStore()
710 IRB.CreateCall(OnAccessFunc, IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy())); in instrumentLoadOrStore()
748 {IRB.CreatePointerCast(M->getArgOperand(0), IRB.getInt8PtrTy()), in instrumentMemIntrinsic()
755 {IRB.CreatePointerCast(M->getArgOperand(0), IRB.getInt8PtrTy()), in instrumentMemIntrinsic()
756 IRB.CreatePointerCast(M->getArgOperand(1), IRB.getInt8PtrTy()), in instrumentMemIntrinsic()