sdc v0.0.5 (2022-05-23T13:04:49Z)
Dub
Repo
LLVMWriteBitcodeToMemoryBuffer
llvm
c
bitWriter
Writes a module to a new memory buffer and returns it.
extern (
C
) nothrow
LLVMMemoryBufferRef
LLVMWriteBitcodeToMemoryBuffer
(
LLVMModuleRef
M
)
Meta
Source
See Implementation
llvm
c
bitWriter
functions
LLVMWriteBitcodeToFD
LLVMWriteBitcodeToFile
LLVMWriteBitcodeToFileHandle
LLVMWriteBitcodeToMemoryBuffer
Writes a module to a new memory buffer and returns it.