Module llvm_sys::bit_reader
source · Expand description
Input of the LLVM bitcode format.
Functions§
- Read a module from the specified path, returning a module provider performing lazy deserialization.
- Deprecated: Use LLVMGetBitcodeModule instead
- Deprecated: use LLVMGetBitcodeModuleInContext instead
- Build a module from the bitcode in the specified memory buffer.