Method WriteToTextFile
WriteToTextFile(String, out String)
Writes this module as LLVM IR source to a file
Declaration
public bool WriteToTextFile(string path, out string errMsg)
Parameters
public bool WriteToTextFile(string path, out string errMsg)
String | path | File to write the LLVM IR source to |
String | errMsg | Error messages encountered, if any |
Returns
Boolean | true if successful or false if not |