Searched refs:MachExceptionHandler (Results 1 – 2 of 2) sorted by relevance
256 exception_handlers: SmallVec<[MachExceptionHandler; 16]>,1728 exception_handlers: impl Iterator<Item = MachExceptionHandler>, in add_try_call_site()1974 pub enum MachExceptionHandler { enum1987 impl MachExceptionHandler { implementation2920 MachExceptionHandler::Tag(ExceptionTag::new(42), label(2)), in metadata_records()2921 MachExceptionHandler::Default(label(1)), in metadata_records()
2563 ) -> 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()