Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:CopySize

1940       Value *CopySize =
1943 VAArgTLSCopy = IRB.CreateAlloca(Type::getInt8Ty(*MS.C), CopySize);
1944 IRB.CreateMemCpy(VAArgTLSCopy, MS.VAArgTLS, CopySize, 8);