Function llvm_sys::bit_writer::LLVMWriteBitcodeToFD
source ยท pub unsafe extern "C" fn LLVMWriteBitcodeToFD(
M: LLVMModuleRef,
FD: c_int,
ShouldClose: c_int,
Unbuffered: c_int,
) -> c_int
Expand description
Write a module to an open file descriptor.
Returns 0 on success.