Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:getInt8PtrTy

337         IRB.getInt8PtrTy(), IRB.getInt32Ty(), NULL);
341 "__msan_set_alloca_origin4", IRB.getVoidTy(), IRB.getInt8PtrTy(), IntptrTy,
342 IRB.getInt8PtrTy(), IntptrTy, NULL);
344 "__msan_poison_stack", IRB.getVoidTy(), IRB.getInt8PtrTy(), IntptrTy, NULL);
348 "__msan_memmove", IRB.getInt8PtrTy(), IRB.getInt8PtrTy(),
349 IRB.getInt8PtrTy(), IntptrTy, NULL);
351 "__msan_memcpy", IRB.getInt8PtrTy(), IRB.getInt8PtrTy(), IRB.getInt8PtrTy(),
354 "__msan_memset", IRB.getInt8PtrTy(), IRB.getInt8PtrTy(), IRB.getInt32Ty(),
571 IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy()),
1669 IRB.CreatePointerCast(I.getArgOperand(0), IRB.getInt8PtrTy()),
1670 IRB.CreatePointerCast(I.getArgOperand(1), IRB.getInt8PtrTy()),
1683 IRB.CreatePointerCast(I.getArgOperand(0), IRB.getInt8PtrTy()),
1684 IRB.CreatePointerCast(I.getArgOperand(1), IRB.getInt8PtrTy()),
1694 IRB.CreatePointerCast(I.getArgOperand(0), IRB.getInt8PtrTy()),
2416 IRB.CreatePointerCast(&I, IRB.getInt8PtrTy()),
2419 Value *ShadowBase = getShadowPtr(&I, Type::getInt8PtrTy(*MS.C), IRB);
2439 IRB.CreatePointerCast(&I, IRB.getInt8PtrTy()),
2441 IRB.CreatePointerCast(Descr, IRB.getInt8PtrTy()),