Struct cranelift_codegen::cfg_printer::CFGPrinter[][src]

pub struct CFGPrinter<'a> { /* fields omitted */ }

A utility for pretty-printing the CFG of a Function.

Methods

impl<'a> CFGPrinter<'a>
[src]

A utility for pretty-printing the CFG of a Function.

Create a new CFGPrinter.

Write the CFG for this function to w.

Trait Implementations

impl<'a> Display for CFGPrinter<'a>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for CFGPrinter<'a>

impl<'a> Sync for CFGPrinter<'a>