(&self, instance: Instance<'tcx>)
| 208 | } |
| 209 | |
| 210 | fn get_fn(&self, instance: Instance<'tcx>) -> &'ll Value { |
| 211 | self.get_fn(instance) |
| 212 | } |
| 213 | |
| 214 | fn get_fn_addr(&self, instance: Instance<'tcx>) -> &'ll Value { |
| 215 | self.get_fn(instance) |
no test coverage detected