LLVM API Documentation
#include "llvm-c/Core.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) |