Module llvm_sys::bit_reader

source ·
Expand description

Input of the LLVM bitcode format.

Functions

Read a module from the specified path.
Read a module from the specified path, returning a module provider performing lazy deserialization.
Read a module from the specified path, returning a module provider performing lazy deserialization.
LLVMParseBitcodeDeprecated
Build a module from the bitcode in the specified memory buffer.
Build a module from the bitcode in the specified memory buffer.