Struct twiggy_ir::ItemsBuilder [] [src]

pub struct ItemsBuilder { /* fields omitted */ }

Build up a a set of Items.

Methods

impl ItemsBuilder
[src]

[src]

Construct a new builder, with the given size.

[src]

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

[src]

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

[src]

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.

[src]

Locate the data section defining memory at the given offset.

[src]

Finish building the IR graph and return the resulting Items.

Trait Implementations

impl Debug for ItemsBuilder
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ItemsBuilder

impl Sync for ItemsBuilder