Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:getInt8PtrTy

278     "__msan_copy_origin", IRB.getVoidTy(), IRB.getInt8PtrTy(),
279 IRB.getInt8PtrTy(), IntptrTy, NULL);
281 "__msan_set_alloca_origin", IRB.getVoidTy(), IRB.getInt8PtrTy(), IntptrTy,
282 IRB.getInt8PtrTy(), NULL);
284 "__msan_poison_stack", IRB.getVoidTy(), IRB.getInt8PtrTy(), IntptrTy, NULL);
286 "__msan_memmove", IRB.getInt8PtrTy(), IRB.getInt8PtrTy(),
287 IRB.getInt8PtrTy(), IntptrTy, NULL);
289 "__msan_memcpy", IRB.getInt8PtrTy(), IRB.getInt8PtrTy(), IRB.getInt8PtrTy(),
292 "__msan_memset", IRB.getInt8PtrTy(), IRB.getInt8PtrTy(), IRB.getInt32Ty(),
1332 IRB.CreatePointerCast(I.getArgOperand(0), IRB.getInt8PtrTy()),
1333 IRB.CreatePointerCast(I.getArgOperand(1), IRB.getInt8PtrTy()),
1346 IRB.CreatePointerCast(I.getArgOperand(0), IRB.getInt8PtrTy()),
1347 IRB.CreatePointerCast(I.getArgOperand(1), IRB.getInt8PtrTy()),
1357 IRB.CreatePointerCast(I.getArgOperand(0), IRB.getInt8PtrTy()),
1691 IRB.CreatePointerCast(&I, IRB.getInt8PtrTy()),
1694 Value *ShadowBase = getShadowPtr(&I, Type::getInt8PtrTy(*MS.C), IRB);
1713 IRB.CreatePointerCast(&I, IRB.getInt8PtrTy()),
1715 IRB.CreatePointerCast(Descr, IRB.getInt8PtrTy()));