Module llvm_sys::bit_reader
source · Expand description
Input of the LLVM bitcode format.
Functions§
- LLVMGetBitcodeModule⚠Deprecated
- Read a module from the specified path.
- LLVMGetBitcodeModuleInContext⚠DeprecatedRead 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.
- LLVMParseBitcode⚠DeprecatedBuild a module from the bitcode in the specified memory buffer.
- Build a module from the bitcode in the specified memory buffer.
- LLVMParseBitcodeInContext⚠Deprecated