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

Method set_position

cranelift/codegen/src/cursor.rs:651–653  ·  view source on GitHub ↗
(&mut self, pos: CursorPosition)

Source from the content-addressed store, hash-verified

649 }
650
651 fn set_position(&mut self, pos: CursorPosition) {
652 self.pos = pos
653 }
654
655 fn srcloc(&self) -> ir::SourceLoc {
656 self.srcloc

Callers 12

do_inliningFunction · 0.45
basicFunction · 0.45
at_positionMethod · 0.45
goto_after_instMethod · 0.45
goto_instMethod · 0.45
goto_topMethod · 0.45
goto_bottomMethod · 0.45
next_blockMethod · 0.45
prev_blockMethod · 0.45
next_instMethod · 0.45
prev_instMethod · 0.45
insert_blockMethod · 0.45

Calls

no outgoing calls

Tested by 1

basicFunction · 0.36