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

Declarations

lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
  420   void setShadow(Instruction *I, Value *Shadow);

References

lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
 1178   DFSF.setShadow(&I, CombinedShadow);
 1303     DFSF.setShadow(&LI, DFSF.DFS.ZeroShadow);
 1324   DFSF.setShadow(&LI, Shadow);
 1456   DFSF.setShadow(&I, DFSF.DFS.ZeroShadow);
 1465     DFSF.setShadow(
 1477     DFSF.setShadow(&I, DFSF.combineShadows(CondShadow, ShadowSel, &I));
 1558       DFSF.setShadow(CS.getInstruction(), DFSF.DFS.ZeroShadow);
 1562       DFSF.setShadow(CS.getInstruction(), DFSF.DFS.ZeroShadow);
 1661           DFSF.setShadow(CustomCI, LabelLoad);
 1700       DFSF.setShadow(CS.getInstruction(), LI);
 1755       DFSF.setShadow(ExVal, ExShadow);
 1777   DFSF.setShadow(&PN, ShadowPN);