Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/reader/src/
H A Dparser.rs1821 fn parse_exception_table(&mut self, ctx: &mut Context) -> ParseResult<ir::ExceptionTable> { in parse_exception_table() method
2844 let exception = self.parse_exception_table(ctx)?; in parse_inst_operands()
2858 let exception = self.parse_exception_table(ctx)?; in parse_inst_operands()