Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/codegen/src/machinst/
H A Dbuffer.rs256 exception_handlers: SmallVec<[MachExceptionHandler; 16]>,
1728 exception_handlers: impl Iterator<Item = MachExceptionHandler>, in add_try_call_site()
1974 pub enum MachExceptionHandler { enum
1987 impl MachExceptionHandler { implementation
2920 MachExceptionHandler::Tag(ExceptionTag::new(42), label(2)), in metadata_records()
2921 MachExceptionHandler::Default(label(1)), in metadata_records()
H A Dabi.rs2563 ) -> impl Iterator<Item = MachExceptionHandler> { in exception_handlers()
2565 TryCallHandler::Tag(tag, label) => MachExceptionHandler::Tag(*tag, *label), in exception_handlers()
2566 TryCallHandler::Default(label) => MachExceptionHandler::Default(*label), in exception_handlers()
2578 MachExceptionHandler::Context(loc) in exception_handlers()