| 784 | class DebugInfoReader { |
| 785 | public: |
| 786 | DebugInfoReader(MLIRContext &context, EncodingReader &masterReader) |
| 787 | : context(context), masterReader(masterReader) {} |
| 788 | |
| 789 | class Iterator { |
| 790 | public: |
nothing calls this directly
no outgoing calls
no test coverage detected