sdc ~master (2022-04-26T13:08:25Z)
Dub
Repo
LLVMWriteBitcodeToFD
llvm
c
bitWriter
Writes a module to an open file descriptor. Returns 0 on success.
extern (
C
) nothrow
int
LLVMWriteBitcodeToFD
(
LLVMModuleRef
M
,
int
FD
,
int
ShouldClose
,
int
Unbuffered
)
Meta
Source
See Implementation
llvm
c
bitWriter
functions
LLVMWriteBitcodeToFD
LLVMWriteBitcodeToFile
LLVMWriteBitcodeToFileHandle
LLVMWriteBitcodeToMemoryBuffer
Writes a module to an open file descriptor. Returns 0 on success.