Module bit_reader

Source
Expand description

Input of the LLVM bitcode format.

Functions§

LLVMGetBitcodeModuleDeprecated
LLVMGetBitcodeModule2
Read a module from the specified path.
LLVMGetBitcodeModuleInContextDeprecated
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.
LLVMParseBitcodeDeprecated
Build a module from the bitcode in the specified memory buffer.
LLVMParseBitcode2
Build a module from the bitcode in the specified memory buffer.
LLVMParseBitcodeInContextDeprecated
LLVMParseBitcodeInContext2