pub unsafe extern "C" fn LLVMWriteBitcodeToMemoryBuffer(
M: LLVMModuleRef,
) -> LLVMMemoryBufferRef
Expand description
Writes a module to a new memory buffer.
pub unsafe extern "C" fn LLVMWriteBitcodeToMemoryBuffer(
M: LLVMModuleRef,
) -> LLVMMemoryBufferRef
Writes a module to a new memory buffer.