Method LLVMWriteBitcodeToFD
LLVMWriteBitcodeToFD(LLVMModuleRef, Int32, Int32, Int32)
TODO: Provide summary for Function LLVMWriteBitcodeToFD
Declaration
public static LLVMStatus LLVMWriteBitcodeToFD(LLVMModuleRef M, int FD, int ShouldClose, int Unbuffered)
Parameters
public static LLVMStatus LLVMWriteBitcodeToFD(LLVMModuleRef M, int FD, int ShouldClose, int Unbuffered)
LLVMModuleRef | M | TODO: Provide details of parameter M |
Int32 | FD | TODO: Provide details of parameter FD |
Int32 | ShouldClose | TODO: Provide details of parameter ShouldClose |
Int32 | Unbuffered | TODO: Provide details of parameter Unbuffered |
Returns
LLVMStatus | TODO: Document return value |