19 #ifndef LLVM_C_BITCODEWRITER_H
20 #define LLVM_C_BITCODEWRITER_H
int LLVMWriteBitcodeToFileHandle(LLVMModuleRef M, int Handle)
int LLVMWriteBitcodeToFile(LLVMModuleRef M, const char *Path)
int LLVMWriteBitcodeToFD(LLVMModuleRef M, int FD, int ShouldClose, int Unbuffered)
struct LLVMOpaqueModule * LLVMModuleRef