Function cretonne_codegen::write_function [] [src]

pub fn write_function(
    w: &mut Write,
    func: &Function,
    isa: Option<&TargetIsa>
) -> Result

Write func to w as equivalent text. Use isa to emit ISA-dependent annotations.