Export all variable bindings' in Core-ML representation #621
-
At the CoreML IR, is it possible to retrieve ALL possible variable bindings, i.e. global declarations and local lambda bindings? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
If your goal is a "Go To Definition", then you would probably want to start with the info provided by the All of the source position information is discarded by the CoreML IR. |
Beta Was this translation helpful? Give feedback.
If your goal is a "Go To Definition", then you would probably want to start with the info provided by the
-show-def-use <file>
compile-time option.All of the source position information is discarded by the CoreML IR.