Lines Matching refs:VAArgTLSOriginCopy
4760 AllocaInst *VAArgTLSOriginCopy = nullptr; member
4924 VAArgTLSOriginCopy = IRB.CreateAlloca(Type::getInt8Ty(*MS.C), CopySize); in finalizeInstrumentation()
4925 VAArgTLSOriginCopy->setAlignment(kShadowTLSAlignment); in finalizeInstrumentation()
4926 IRB.CreateMemCpy(VAArgTLSOriginCopy, kShadowTLSAlignment, in finalizeInstrumentation()
4953 IRB.CreateMemCpy(RegSaveAreaOriginPtr, Alignment, VAArgTLSOriginCopy, in finalizeInstrumentation()
4971 SrcPtr = IRB.CreateConstGEP1_32(IRB.getInt8Ty(), VAArgTLSOriginCopy, in finalizeInstrumentation()
5465 AllocaInst *VAArgTLSOriginCopy = nullptr; member
5662 IRB.CreateMemCpy(RegSaveAreaOriginPtr, Alignment, VAArgTLSOriginCopy, in copyRegSaveArea()
5687 SrcPtr = IRB.CreateConstGEP1_32(IRB.getInt8Ty(), VAArgTLSOriginCopy, in copyOverflowArea()
5717 VAArgTLSOriginCopy = IRB.CreateAlloca(Type::getInt8Ty(*MS.C), CopySize); in finalizeInstrumentation()
5718 VAArgTLSOriginCopy->setAlignment(kShadowTLSAlignment); in finalizeInstrumentation()
5719 IRB.CreateMemCpy(VAArgTLSOriginCopy, kShadowTLSAlignment, in finalizeInstrumentation()