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());
 1647             CI->getContext(), CI->getAttributes()));
 1647             CI->getContext(), CI->getAttributes()));
 1664         CI->replaceAllUsesWith(CustomCI);
 1665         CI->eraseFromParent();