Method LLVMParseBitcode
LLVMParseBitcode(LLVMMemoryBufferRef, out LLVMModuleRef, out String)
TODO: Provide summary for Function LLVMParseBitcode
Declaration
public static bool LLVMParseBitcode(LLVMMemoryBufferRef MemBuf, out LLVMModuleRef OutModule, out string OutMessage)
Parameters
public static bool LLVMParseBitcode(LLVMMemoryBufferRef MemBuf, out LLVMModuleRef OutModule, out string OutMessage)
LLVMMemoryBufferRef | MemBuf | TODO: Provide details of parameter MemBuf |
LLVMModuleRef | OutModule | TODO: Provide details of parameter OutModule |
String | OutMessage | TODO: Provide details of parameter OutMessage |
Returns
Boolean | TODO: Document return value |