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

Method write_instruction

cranelift/codegen/src/print_errors.rs:57–66  ·  view source on GitHub ↗
(
        &mut self,
        w: &mut dyn Write,
        func: &Function,
        aliases: &SecondaryMap<Value, Vec<Value>>,
        inst: Inst,
        indent: usize,
    )

Source from the content-addressed store, hash-verified

55 }
56
57 fn write_instruction(
58 &mut self,
59 w: &mut dyn Write,
60 func: &Function,
61 aliases: &SecondaryMap<Value, Vec<Value>>,
62 inst: Inst,
63 indent: usize,
64 ) -> fmt::Result {
65 pretty_instruction_error(w, func, aliases, inst, indent, &mut *self.0, self.1)
66 }
67
68 fn write_entity_definition(
69 &mut self,

Callers 1

pretty_instruction_errorFunction · 0.45

Calls 1

pretty_instruction_errorFunction · 0.85

Tested by

no test coverage detected