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