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