• Home
  • Raw
  • Download

Lines Matching refs:getInt8Ty

1136                   getShadowPtr(V, EntryIRB.getInt8Ty(), EntryIRB),  in getShadow()
1137 Constant::getNullValue(EntryIRB.getInt8Ty()), Size, ArgAlign); in getShadow()
1141 getShadowPtr(V, EntryIRB.getInt8Ty(), EntryIRB), Base, Size, in getShadow()
2575 getShadowPtr(A, Type::getInt8Ty(*MS.C), IRB), in visitCallSite()
2917 IRB.CreateMemCpy(Base, MSV.getShadowPtr(A, IRB.getInt8Ty(), IRB), in visitCallSite()
2969 Value *ShadowPtr = MSV.getShadowPtr(VAListTag, IRB.getInt8Ty(), IRB); in visitVAStartInst()
2973 IRB.CreateMemSet(ShadowPtr, Constant::getNullValue(IRB.getInt8Ty()), in visitVAStartInst()
2982 Value *ShadowPtr = MSV.getShadowPtr(VAListTag, IRB.getInt8Ty(), IRB); in visitVACopyInst()
2986 IRB.CreateMemSet(ShadowPtr, Constant::getNullValue(IRB.getInt8Ty()), in visitVACopyInst()
3001 VAArgTLSCopy = IRB.CreateAlloca(Type::getInt8Ty(*MS.C), CopySize); in finalizeInstrumentation()
3019 MSV.getShadowPtr(RegSaveAreaPtr, IRB.getInt8Ty(), IRB); in finalizeInstrumentation()
3030 MSV.getShadowPtr(OverflowArgAreaPtr, IRB.getInt8Ty(), IRB); in finalizeInstrumentation()
3031 Value *SrcPtr = IRB.CreateConstGEP1_32(IRB.getInt8Ty(), VAArgTLSCopy, in finalizeInstrumentation()
3094 Value *ShadowPtr = MSV.getShadowPtr(VAListTag, IRB.getInt8Ty(), IRB); in visitVAStartInst()
3095 IRB.CreateMemSet(ShadowPtr, Constant::getNullValue(IRB.getInt8Ty()), in visitVAStartInst()
3102 Value *ShadowPtr = MSV.getShadowPtr(VAListTag, IRB.getInt8Ty(), IRB); in visitVACopyInst()
3105 IRB.CreateMemSet(ShadowPtr, Constant::getNullValue(IRB.getInt8Ty()), in visitVACopyInst()
3120 VAArgTLSCopy = IRB.CreateAlloca(Type::getInt8Ty(*MS.C), CopySize); in finalizeInstrumentation()
3135 MSV.getShadowPtr(RegSaveAreaPtr, IRB.getInt8Ty(), IRB); in finalizeInstrumentation()
3249 Value *ShadowPtr = MSV.getShadowPtr(VAListTag, IRB.getInt8Ty(), IRB); in visitVAStartInst()
3252 IRB.CreateMemSet(ShadowPtr, Constant::getNullValue(IRB.getInt8Ty()), in visitVAStartInst()
3259 Value *ShadowPtr = MSV.getShadowPtr(VAListTag, IRB.getInt8Ty(), IRB); in visitVACopyInst()
3262 IRB.CreateMemSet(ShadowPtr, Constant::getNullValue(IRB.getInt8Ty()), in visitVACopyInst()
3298 VAArgTLSCopy = IRB.CreateAlloca(Type::getInt8Ty(*MS.C), CopySize); in finalizeInstrumentation()
3349 MSV.getShadowPtr(GrRegSaveAreaPtr, IRB.getInt8Ty(), IRB); in finalizeInstrumentation()
3351 Value *GrSrcPtr = IRB.CreateInBoundsGEP(IRB.getInt8Ty(), VAArgTLSCopy, in finalizeInstrumentation()
3362 MSV.getShadowPtr(VrRegSaveAreaPtr, IRB.getInt8Ty(), IRB); in finalizeInstrumentation()
3365 IRB.getInt8Ty(), in finalizeInstrumentation()
3366 IRB.CreateInBoundsGEP(IRB.getInt8Ty(), VAArgTLSCopy, in finalizeInstrumentation()
3375 MSV.getShadowPtr(StackSaveAreaPtr, IRB.getInt8Ty(), IRB); in finalizeInstrumentation()
3378 IRB.CreateInBoundsGEP(IRB.getInt8Ty(), VAArgTLSCopy, in finalizeInstrumentation()
3438 IRB.CreateMemCpy(Base, MSV.getShadowPtr(A, IRB.getInt8Ty(), IRB), in visitCallSite()
3497 Value *ShadowPtr = MSV.getShadowPtr(VAListTag, IRB.getInt8Ty(), IRB); in visitVAStartInst()
3498 IRB.CreateMemSet(ShadowPtr, Constant::getNullValue(IRB.getInt8Ty()), in visitVAStartInst()
3505 Value *ShadowPtr = MSV.getShadowPtr(VAListTag, IRB.getInt8Ty(), IRB); in visitVACopyInst()
3508 IRB.CreateMemSet(ShadowPtr, Constant::getNullValue(IRB.getInt8Ty()), in visitVACopyInst()
3523 VAArgTLSCopy = IRB.CreateAlloca(Type::getInt8Ty(*MS.C), CopySize); in finalizeInstrumentation()
3538 MSV.getShadowPtr(RegSaveAreaPtr, IRB.getInt8Ty(), IRB); in finalizeInstrumentation()