Function cranelift_codegen::write::write_function
source · pub fn write_function(w: &mut dyn Write, func: &Function) -> Result
Expand description
Write func
to w
as equivalent text.
Use isa
to emit ISA-dependent annotations.