(&mut self, _exn: &'ll Value)
| 1002 | fn set_cleanup(&mut self, _landing_pad: &'ll Value) {} |
| 1003 | |
| 1004 | fn resume(&mut self, _exn: &'ll Value) -> &'ll Value { |
| 1005 | self.unsupported("resumes"); |
| 1006 | } |
| 1007 | |
| 1008 | fn cleanup_pad(&mut self, _parent: Option<&'ll Value>, _args: &[&'ll Value]) {} |
| 1009 |
nothing calls this directly
no test coverage detected