Module llvm_sys::bit_writer[][src]

Expand description

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.