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