Example #1
0
 public RewriteCallCmdsPass(bool rewriteAll)
 {
     rcc      = new RewriteCallCmds(!rewriteAll);
     passName = "Rewriting calls";
 }
Example #2
0
 public RewriteCallCmdsPass()
 {
     rcc      = new RewriteCallCmds(false);
     passName = "Rewriting calls";
 }