Home
last modified time | relevance | path

Searched refs:CFGPrinter (Results 1 – 3 of 3) sorted by relevance

/wasmtime-44.0.1/cranelift/codegen/src/
H A Dcfg_printer.rs12 pub struct CFGPrinter<'a> { struct
18 impl<'a> CFGPrinter<'a> { argument
79 impl<'a> Display for CFGPrinter<'a> { implementation
/wasmtime-44.0.1/cranelift/filetests/src/
H A Dtest_print_cfg.rs9 use cranelift_codegen::cfg_printer::CFGPrinter;
34 subtest::run_filecheck(&CFGPrinter::new(&func).to_string(), context) in run()
/wasmtime-44.0.1/cranelift/src/
H A Dprint_cfg.rs9 use cranelift_codegen::cfg_printer::CFGPrinter;
39 print!("{}", CFGPrinter::new(&func)); in print_cfg()