LLVM API Documentation
#include "llvm-c/BitWriter.h"
#include "llvm/Bitcode/ReaderWriter.h"
#include "llvm/IR/Module.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/raw_ostream.h"
Go to the source code of this file.
Functions | |
int | LLVMWriteBitcodeToFile (LLVMModuleRef M, const char *Path) |
int | LLVMWriteBitcodeToFD (LLVMModuleRef M, int FD, int ShouldClose, int Unbuffered) |
int | LLVMWriteBitcodeToFileHandle (LLVMModuleRef M, int FileHandle) |