3d1d8c767be5537eb5510ee0522e2f3475fe7c04 made
DWARFExpression::iterator's Operation member mutable. After a few prep
commits, the iterator can instead be made a const iterator since no
caller can change the Operation.
Depends on https://reviews.llvm.org/D113957.
Side note: the class keyword here could be removed.