LLVM  8.0.1
Functions
BitWriter.h File Reference
#include "llvm-c/Types.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)
 Writes a module to the specified path. More...
 
int LLVMWriteBitcodeToFD (LLVMModuleRef M, int FD, int ShouldClose, int Unbuffered)
 Writes a module to an open file descriptor. More...
 
int LLVMWriteBitcodeToFileHandle (LLVMModuleRef M, int Handle)
 Deprecated for LLVMWriteBitcodeToFD. More...
 
LLVMMemoryBufferRef LLVMWriteBitcodeToMemoryBuffer (LLVMModuleRef M)
 Writes a module to a new memory buffer and returns it. More...