Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ layout_mut
Method
layout_mut
cranelift/codegen/src/cursor.rs:668–670 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
666
}
667
668
fn layout_mut(&mut self) -> &mut ir::Layout {
669
&mut self.func.layout
670
}
671
}
672
673
impl<
'c, '
f> ir::InstInserterBase<
'c> for &'
c mut FuncCursor<'f> {
Callers
4
insert_inst
Method · 0.45
remove_inst
Method · 0.45
remove_inst_and_step_back
Method · 0.45
insert_block
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected