Module bit_writer

Source
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.