示例#1
0
 public unsafe static PassRegistryRef GetGlobalPassRegistry() {
   PassRegistryRef ret = new PassRegistryRef(LLVMPINVOKE.GetGlobalPassRegistry());
   return ret;
 }
示例#2
0
 public unsafe static void InitializeCore(PassRegistryRef R) {
   LLVMPINVOKE.InitializeCore(R.Value);
 }