Documentation ¶
Overview ¶
Package asm implements a parser for LLVM IR assembly files.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Parse ¶
Parse parses the given LLVM IR assembly file into an LLVM IR module, reading from r. An optional path to the source file may be specified for error reporting.
func ParseBytes ¶
ParseBytes parses the given LLVM IR assembly file into an LLVM IR module, reading from b. An optional path to the source file may be specified for error reporting.
Types ¶
This section is empty.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.