[−][src]Module cranelift_codegen::write
Converting Cranelift IR to text.
The write module provides the write_function function which converts an IR Function to an
equivalent textual form. This textual form can be read back by the cranelift-reader crate.
Structs
| PlainWriter | A |
Traits
| FuncWriter | A |
Functions
| decorate_function | Writes |
| write_ebb_header | Write out the basic block header, outdented: |
| write_function | Write |
| write_operands | Write the operands of |