(
&mut self,
_parent: Option<&'ll Value>,
_unwind: Option<&'ll BasicBlock>,
_num_handlers: usize,
)
| 1015 | fn catch_pad(&mut self, _parent: &'ll Value, _args: &[&'ll Value]) {} |
| 1016 | |
| 1017 | fn catch_switch( |
| 1018 | &mut self, |
| 1019 | _parent: Option<&'ll Value>, |
| 1020 | _unwind: Option<&'ll BasicBlock>, |
| 1021 | _num_handlers: usize, |
| 1022 | ) -> &'ll Value { |
| 1023 | self.unsupported("catch switches"); |
| 1024 | } |
| 1025 | |
| 1026 | fn add_handler(&mut self, _catch_switch: &'ll Value, _handler: &'ll BasicBlock) { |
| 1027 | todo!(); |
nothing calls this directly
no test coverage detected