# Packages
No description provided by the author
# Functions
Parse parses the given LLVM IR assembly file into an LLVM IR module, reading from r.
ParseBytes parses the given LLVM IR assembly file into an LLVM IR module, reading from b.
ParseFile parses the given LLVM IR assembly file into an LLVM IR module.
ParseString parses the given LLVM IR assembly file into an LLVM IR module, reading from content.