DebugInfo: Add MDTypeRefArray, to replace DITypeArray
This array-like wrapper adapts `MDTuple` to have elements of `MDTypeRef` (whereas `MDTypeArray` has elements of `MDType`). This is necessary to migrate code using `DITypeArray`. The only use of this is `MDSubroutineType`'s `getTypeArray()` accessor. llvm-svn: 234200
Loading
Please sign in to comment