Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/codegen/src/ir/
H A Djumptable.rs87 pub fn display<'a>(&'a self, pool: &'a ValueListPool) -> DisplayJumpTable<'a> { in display()
88 DisplayJumpTable { jt: self, pool } in display()
93 pub struct DisplayJumpTable<'a> { struct
98 impl<'a> Display for DisplayJumpTable<'a> { argument