LLVM API Documentation

Functions
BitWriter.cpp File Reference
#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"
Include dependency graph for BitWriter.cpp:

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)