Method LLVMParseBitcode2
LLVMParseBitcode2(LLVMMemoryBufferRef, out LLVMModuleRef)
TODO: Provide summary for Function LLVMParseBitcode2
Declaration
public static LLVMStatus LLVMParseBitcode2(LLVMMemoryBufferRef MemBuf, out LLVMModuleRef OutModule)
Parameters
public static LLVMStatus LLVMParseBitcode2(LLVMMemoryBufferRef MemBuf, out LLVMModuleRef OutModule)
LLVMMemoryBufferRef | MemBuf | TODO: Provide details of parameter MemBuf |
LLVMModuleRef | OutModule | TODO: Provide details of parameter OutModule |
Returns
LLVMStatus | TODO: Document return value |