ΒΆint LLVMWriteBitcodeToFD(LLVMModuleRef M,
int FD,
int ShouldClose,
int Unbuffered)
int LLVMWriteBitcodeToFD(LLVMModuleRef M,
int FD,
int ShouldClose,
int Unbuffered)
Description
Writes a module to an open file descriptor. Returns 0 on success.
Declared at: llvm/include/llvm-c/BitWriter.h:40
Parameters
- LLVMModuleRef M
- int FD
- int ShouldClose
- int Unbuffered