MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / map_sig_ref

Method map_sig_ref

cranelift/codegen/src/inline.rs:1001–1003  ·  view source on GitHub ↗
(&mut self, sig_ref: ir::SigRef)

Source from the content-addressed store, hash-verified

999 }
1000
1001 fn map_sig_ref(&mut self, sig_ref: ir::SigRef) -> ir::SigRef {
1002 self.entity_map.inlined_sig_ref(sig_ref)
1003 }
1004
1005 fn map_stack_slot(&mut self, stack_slot: ir::StackSlot) -> ir::StackSlot {
1006 self.entity_map.inlined_stack_slot(stack_slot)

Callers 1

map_exception_tableMethod · 0.45

Calls 1

inlined_sig_refMethod · 0.80

Tested by

no test coverage detected