reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
 1645         CustomCI->setCallingConv(CI->getCallingConv());
 1646         CustomCI->setAttributes(TransformFunctionAttributes(CustomFn,
 1654           if (CustomCI->getArgOperand(ArgNo)->getType() == DFSF.DFS.ShadowTy)
 1655             CustomCI->addParamAttr(ArgNo, Attribute::ZExt);
 1661           DFSF.setShadow(CustomCI, LabelLoad);
 1664         CI->replaceAllUsesWith(CustomCI);