Module llvm_sys::bit_writer

source ·
Expand description

Output of the LLVM bitcode format.

Functions

Write a module to an open file descriptor.
Write a module to the specified path.
Deprecated: use LLVMWriteBitcodeToFD
Writes a module to a new memory buffer.