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