| 789 | class Iterator { |
| 790 | public: |
| 791 | Iterator(DebugInfoReader &reader, uint64_t opIndex) |
| 792 | : reader(reader), opIndex(opIndex) {} |
| 793 | |
| 794 | /// Return the next debug info attribute for the current operation. |
| 795 | template <typename T> |
nothing calls this directly
no outgoing calls
no test coverage detected