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

Method layout

cranelift/codegen/src/cursor.rs:664–666  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

662 }
663
664 fn layout(&self) -> &ir::Layout {
665 &self.func.layout
666 }
667
668 fn layout_mut(&mut self) -> &mut ir::Layout {
669 &mut self.func.layout

Callers 9

current_blockMethod · 0.45
goto_after_instMethod · 0.45
goto_first_instMethod · 0.45
goto_last_instMethod · 0.45
next_block_positionMethod · 0.45
prev_block_positionMethod · 0.45
next_inst_positionMethod · 0.45
prev_inst_positionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected