package
0.3.6
Repository: https://github.com/llir/llvm.git
Documentation: pkg.go.dev

# 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.