MCPcopy 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
673impl<'c, 'f> ir::InstInserterBase<'c> for &'c mut FuncCursor<'f> {

Callers 4

insert_instMethod · 0.45
remove_instMethod · 0.45
insert_blockMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected