[][src]Trait cranelift_codegen::binemit::StackmapSink

pub trait StackmapSink {
    fn add_stackmap(&mut self, _: CodeOffset, _: Stackmap);
}

A trait for emitting stackmaps.

Required methods

fn add_stackmap(&mut self, _: CodeOffset, _: Stackmap)

Output a bitmap of the stack representing the live reference variables at this code offset.

Loading content...

Implementors

impl StackmapSink for NullStackmapSink[src]

Loading content...