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

Method data

cranelift/codegen/src/machinst/lower.rs:1393–1395  ·  view source on GitHub ↗

Get the instdata for a given IR instruction.

(&self, ir_inst: Inst)

Source from the content-addressed store, hash-verified

1391impl<'func, I: VCodeInst> Lower<'func, I> {
1392 /// Get the instdata for a given IR instruction.
1393 pub fn data(&self, ir_inst: Inst) -> &InstructionData {
1394 &self.f.dfg.insts[ir_inst]
1395 }
1396
1397 /// Likewise, but starting with a GlobalValue identifier.
1398 pub fn symbol_value_data<'b>(

Callers 15

runMethod · 0.45
code_bufferMethod · 0.45
disassembleMethod · 0.45
emit_unwind_infoMethod · 0.45
emit_unwind_infoFunction · 0.45
matches_inputFunction · 0.45
is_mergeable_loadFunction · 0.45
emit_unwind_infoMethod · 0.45
emit_unwind_infoMethod · 0.45
get_as_extended_valueFunction · 0.45

Calls

no outgoing calls