示例#1
0
 public static extern bool LLVMTargetMachineEmitToMemoryBuffer(IntPtr targetMachine, IntPtr module, LlvmCodeGenFileType codegen, out IntPtr errorMessage, out IntPtr memoryBuffer);
示例#2
0
 public static extern bool LLVMTargetMachineEmitToMemoryBuffer(IntPtr targetMachine, IntPtr module, LlvmCodeGenFileType codegen, out IntPtr errorMessage, out IntPtr memoryBuffer);
示例#3
0
 public static extern bool LLVMTargetMachineEmitToFile(IntPtr targetMachine, IntPtr module, string filename, LlvmCodeGenFileType codegen, out IntPtr errorMessage);