Expand description

Intermediate representation of a function.

The Function struct defined in this module owns all of its extended basic blocks and instructions.

Structs

Wrapper type capable of displaying a Function with correct ISA annotations.
A function.
Iterator returning instruction offsets and sizes: (offset, inst, size).