Home
last modified time | relevance | path

Searched refs:write_function_spec (Results 1 – 2 of 2) sorted by relevance

/wasmtime-44.0.1/cranelift/codegen/src/ir/
H A Dfunction.rs16 use crate::write::{write_function, write_function_spec};
496 write_function_spec(fmt, self.0) in fmt()
502 write_function_spec(fmt, self.0) in fmt()
/wasmtime-44.0.1/cranelift/codegen/src/
H A Dwrite.rs168 write_function_spec(w, func)?; in decorate_function()
187 pub fn write_function_spec(w: &mut dyn Write, func: &Function) -> fmt::Result { in write_function_spec() function