Method LLVMPrintModuleToFile
LLVMPrintModuleToFile(LLVMModuleRef, String, out String)
TODO: Provide summary for Function LLVMPrintModuleToFile
Declaration
public static LLVMStatus LLVMPrintModuleToFile(LLVMModuleRef M, string Filename, out string ErrorMessage)
Parameters
public static LLVMStatus LLVMPrintModuleToFile(LLVMModuleRef M, string Filename, out string ErrorMessage)
LLVMModuleRef | M | TODO: Provide details of parameter M |
String | Filename | TODO: Provide details of parameter Filename |
String | ErrorMessage | TODO: Provide details of parameter ErrorMessage |
Returns
LLVMStatus | TODO: Document return value |