コード例 #1
0
ファイル: PInvoke.cs プロジェクト: zhouzx-zt/CudaSharp
 public static extern bool LLVMTargetMachineEmitToMemoryBuffer(IntPtr targetMachine, IntPtr module, LlvmCodeGenFileType codegen, out IntPtr errorMessage, out IntPtr memoryBuffer);
コード例 #2
0
ファイル: PInvoke.cs プロジェクト: rabbitsmith/CudaSharp
 public static extern bool LLVMTargetMachineEmitToMemoryBuffer(IntPtr targetMachine, IntPtr module, LlvmCodeGenFileType codegen, out IntPtr errorMessage, out IntPtr memoryBuffer);
コード例 #3
0
ファイル: PInvoke.cs プロジェクト: shaunstanislaus/CudaSharp
 public static extern bool LLVMTargetMachineEmitToFile(IntPtr targetMachine, IntPtr module, string filename, LlvmCodeGenFileType codegen, out IntPtr errorMessage);