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