Relocations

Type Alias Relocations 

Source
pub type Relocations = PrimaryMap<LocalFunctionIndex, Vec<Relocation>>;
Expand description

Relocations to apply to function bodies.

Aliased Typeยง

pub struct Relocations { /* private fields */ }