Struct twiggy_ir::ItemsBuilder[][src]

pub struct ItemsBuilder { /* fields omitted */ }
Expand description

Build up a a set of Items.

Implementations

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.

Return the size of all added items so far

Finish building the IR graph and return the resulting Items.

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.