Project Alice
|
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) |