Struct cranelift_codegen::binemit::NullStackMapSink [−][src]
pub struct NullStackMapSink {}Expand description
Placeholder StackMapSink that does nothing.
Trait Implementations
impl StackMapSink for NullStackMapSink[src]
impl StackMapSink for NullStackMapSink[src]fn add_stack_map(&mut self, _: CodeOffset, _: StackMap)[src]
fn add_stack_map(&mut self, _: CodeOffset, _: StackMap)[src]Output a bitmap of the stack representing the live reference variables at this code offset.