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