LLVM API Documentation

Functions
BitWriter.h File Reference
#include "llvm-c/Core.h"
Include dependency graph for BitWriter.h:
This graph shows which files directly or indirectly include this file:

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 Handle)