Searched refs:write_block_header (Results 1 – 3 of 3) sorted by relevance
| /wasmtime-44.0.1/cranelift/codegen/src/ |
| H A D | print_errors.rs | 47 fn write_block_header( in write_block_header() method 89 func_w.write_block_header(&mut s, func, cur_block, indent)?; in pretty_block_header_error()
|
| H A D | write.rs | 18 fn write_block_header( in write_block_header() method 130 fn write_block_header( in write_block_header() method 137 write_block_header(w, func, block, indent) in write_block_header() 206 pub fn write_block_header( in write_block_header() function 251 func_w.write_block_header(w, func, block, indent)?; in decorate_block()
|
| H A D | cfg_printer.rs | 54 crate::write::write_block_header(w, self.func, block, 4)?; in block_nodes()
|