Home | History | Annotate | Download | only in Instrumentation

Lines Matching full:argshadow

2561       Value *ArgShadow = getShadow(A);
2564 " Shadow: " << *ArgShadow << "\n");
2580 Store = IRB.CreateAlignedStore(ArgShadow, ArgShadowBase,
2582 Constant *Cst = dyn_cast<Constant>(ArgShadow);