sdc ~master (2022-04-26T13:08:25Z)
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.