(&mut self, sig_ref: ir::SigRef)
| 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) |
no test coverage detected