[−][src]Module llvm_sys::bit_reader
Input of the LLVM bitcode format.
Functions
| LLVMGetBitcodeModule⚠ | |
| LLVMGetBitcodeModuleInContext⚠ | Read a module from the specified path, returning a module provider performing lazy deserialization. |
| LLVMGetBitcodeModuleProvider⚠ | Deprecated: Use LLVMGetBitcodeModule instead |
| LLVMGetBitcodeModuleProviderInContext⚠ | Deprecated: use LLVMGetBitcodeModuleInContext instead |
| LLVMParseBitcode⚠ | Build a module from the bitcode in the specified memory buffer. |
| LLVMParseBitcodeInContext⚠ |