llvm-c ~master (2022-02-07T19:59:32.8983686)
Dub
Repo
LLVMWriteBitcodeToFD
deimos
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
deimos
llvm
c
bitwriter
functions
LLVMWriteBitcodeToFD
LLVMWriteBitcodeToFile
LLVMWriteBitcodeToFileHandle
Writes a module to an open file descriptor. Returns 0 on success.