Module llvm_sys::bit_writer
[−]
[src]
Output of the LLVM bitcode format.
Functions
LLVMWriteBitcodeToFD |
Write a module to an open file descriptor. |
LLVMWriteBitcodeToFile |
Write a module to the specified path. |
LLVMWriteBitcodeToFileHandle |
Deprecated: use LLVMWriteBitcodeToFD |
LLVMWriteBitcodeToMemoryBuffer |
Writes a module to a new memory buffer. |