Expand description
Input of the LLVM bitcode format.
Functions§
- LLVM
GetBitcode ⚠Module Deprecated - Read a module from the specified path.
- LLVM
GetBitcode ⚠Module InContext Deprecated Read 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.
- LLVM
Parse ⚠Bitcode Deprecated Build a module from the bitcode in the specified memory buffer. - Build a module from the bitcode in the specified memory buffer.
- LLVM
Parse ⚠Bitcode InContext Deprecated