Method LLVMCreateMemoryBufferWithMemoryRange
LLVMCreateMemoryBufferWithMemoryRange(String, size_t, String, Boolean)
TODO: Provide summary for Function LLVMCreateMemoryBufferWithMemoryRange
Declaration
public static LLVMMemoryBufferRef LLVMCreateMemoryBufferWithMemoryRange(string InputData, size_t InputDataLength, string BufferName, bool RequiresNullTerminator)
Parameters
public static LLVMMemoryBufferRef LLVMCreateMemoryBufferWithMemoryRange(string InputData, size_t InputDataLength, string BufferName, bool RequiresNullTerminator)
String | InputData | TODO: Provide details of parameter InputData |
size_t | InputDataLength | TODO: Provide details of parameter InputDataLength |
String | BufferName | TODO: Provide details of parameter BufferName |
Boolean | RequiresNullTerminator | TODO: Provide details of parameter RequiresNullTerminator |
Returns
LLVMMemoryBufferRef | TODO: Document return value |