Home | History | Annotate | Download | only in Instrumentation

Lines Matching defs:CopySize

1915       Value *CopySize =
1918 VAArgTLSCopy = IRB.CreateAlloca(Type::getInt8Ty(*MS.C), CopySize);
1919 IRB.CreateMemCpy(VAArgTLSCopy, MS.VAArgTLS, CopySize, 8);