Project Alice
Loading...
Searching...
No Matches
BitWriter.h File Reference
#include "llvm-c/ExternC.h"
#include "llvm-c/Types.h"
Include dependency graph for BitWriter.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 Handle)
 
LLVMMemoryBufferRef LLVMWriteBitcodeToMemoryBuffer (LLVMModuleRef M)