Home
last modified time | relevance | path

Searched defs:ExceptionTableData (Results 1 – 1 of 1) sorted by relevance

/wasmtime-44.0.1/cranelift/codegen/src/ir/
H A Dexception_table.rs51 pub struct ExceptionTableData { struct
57 targets: Vec<BlockCall>,
72 items: Vec<InternalExceptionTableItem>,
76 sig: SigRef,
110 impl ExceptionTableData { implementation