Exemple #1
0
 public void AddPruneEHPass()
 {
     LLVM.AddPruneEHPass(this.instance);
 }
 public void AddPruneEHPass() => LLVM.AddPruneEHPass(this);