Method LLVMCreateMemoryBufferWithContentsOfFile
LLVMCreateMemoryBufferWithContentsOfFile(String, out LLVMMemoryBufferRef, out String)
TODO: Provide summary for Function LLVMCreateMemoryBufferWithContentsOfFile
Declaration
public static LLVMStatus LLVMCreateMemoryBufferWithContentsOfFile(string Path, out LLVMMemoryBufferRef OutMemBuf, out string OutMessage)
Parameters
public static LLVMStatus LLVMCreateMemoryBufferWithContentsOfFile(string Path, out LLVMMemoryBufferRef OutMemBuf, out string OutMessage)
String | Path | TODO: Provide details of parameter Path |
LLVMMemoryBufferRef | OutMemBuf | TODO: Provide details of parameter OutMemBuf |
String | OutMessage | TODO: Provide details of parameter OutMessage |
Returns
LLVMStatus | TODO: Document return value |