(&self, instance: Instance<'tcx>)
| 775 | } |
| 776 | |
| 777 | fn get_fn(&self, instance: Instance<'tcx>) -> Self::Function { |
| 778 | self.get_fn_ext(instance) |
| 779 | } |
| 780 | |
| 781 | // NOTE(eddyb) see the comment on `SpirvValueKind::FnAddr`, this should |
| 782 | // be fixed upstream, so we never see any "function pointer" values being |