| 827 | }; |
| 828 | |
| 829 | Iterator getIterator(uint64_t opIndex) { return Iterator(*this, opIndex); } |
| 830 | |
| 831 | /// This method initializes the debug info reader after construction. |
| 832 | void initialize(ArrayRef<uint64_t> indices, ArrayRef<uint32_t> indexOffsets, |
no test coverage detected