Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_block
Method · 0.45
goto_after_inst
Method · 0.45
goto_first_insertion_point
Method · 0.45
goto_first_inst
Method · 0.45
goto_last_inst
Method · 0.45
next_block_position
Method · 0.45
prev_block_position
Method · 0.45
next_inst_position
Method · 0.45
prev_inst_position
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected