public void AddModule(Module m) { LLVM.AddModule(this.Unwrap(), m.Unwrap()); this.AssociateWithModule(m); }