Struct twiggy_ir::ItemsBuilder[][src]

pub struct ItemsBuilder { /* fields omitted */ }

Build up a a set of Items.

Methods

impl ItemsBuilder
[src]

Construct a new builder, with the given size.

Add the given item to to the graph and return the Id that it was assigned.

Add the given item to the graph as a root and return the Id that it was assigned.

Add an edge between the given keys that have already been parsed into items.

Add a range of static data and the Id that defines it.

Locate the data section defining memory at the given offset.

Finish building the IR graph and return the resulting Items.

Trait Implementations

impl Debug for ItemsBuilder
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations