Lines Matching refs:getInt8PtrTy
208 IRB.getVoidTy(), IRB.getInt8PtrTy()); in initialize()
223 IRB.getInt8PtrTy()); in initialize()
227 IRB.getInt8PtrTy()); in initialize()
231 UnalignedReadName, Attr, IRB.getVoidTy(), IRB.getInt8PtrTy()); in initialize()
235 UnalignedWriteName, Attr, IRB.getVoidTy(), IRB.getInt8PtrTy()); in initialize()
239 VolatileReadName, Attr, IRB.getVoidTy(), IRB.getInt8PtrTy()); in initialize()
243 VolatileWriteName, Attr, IRB.getVoidTy(), IRB.getInt8PtrTy()); in initialize()
248 UnalignedVolatileReadName, Attr, IRB.getVoidTy(), IRB.getInt8PtrTy()); in initialize()
253 UnalignedVolatileWriteName, Attr, IRB.getVoidTy(), IRB.getInt8PtrTy()); in initialize()
257 CompoundRWName, Attr, IRB.getVoidTy(), IRB.getInt8PtrTy()); in initialize()
262 UnalignedCompoundRWName, Attr, IRB.getVoidTy(), IRB.getInt8PtrTy()); in initialize()
327 IRB.getInt8PtrTy(), IRB.getInt8PtrTy()); in initialize()
329 IRB.getVoidTy(), IRB.getInt8PtrTy()); in initialize()
344 M.getOrInsertFunction("memmove", Attr, IRB.getInt8PtrTy(), in initialize()
345 IRB.getInt8PtrTy(), IRB.getInt8PtrTy(), IntptrTy); in initialize()
347 M.getOrInsertFunction("memcpy", Attr, IRB.getInt8PtrTy(), in initialize()
348 IRB.getInt8PtrTy(), IRB.getInt8PtrTy(), IntptrTy); in initialize()
350 M.getOrInsertFunction("memset", Attr, IRB.getInt8PtrTy(), in initialize()
351 IRB.getInt8PtrTy(), IRB.getInt32Ty(), IntptrTy); in initialize()
624 StoredValue = IRB.CreateIntToPtr(StoredValue, IRB.getInt8PtrTy()); in instrumentLoadOrStore()
627 {IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy()), in instrumentLoadOrStore()
628 IRB.CreatePointerCast(StoredValue, IRB.getInt8PtrTy())}); in instrumentLoadOrStore()
634 IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy())); in instrumentLoadOrStore()
666 IRB.CreateCall(OnAccessFunc, IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy())); in instrumentLoadOrStore()
704 {IRB.CreatePointerCast(M->getArgOperand(0), IRB.getInt8PtrTy()), in instrumentMemIntrinsic()
711 {IRB.CreatePointerCast(M->getArgOperand(0), IRB.getInt8PtrTy()), in instrumentMemIntrinsic()
712 IRB.CreatePointerCast(M->getArgOperand(1), IRB.getInt8PtrTy()), in instrumentMemIntrinsic()