Introduce debug info flag that indicates that a parameter has unchanged value through the course of a function.
This info will be used for emitting DW_OP_entry_value expressions for the parameter.
Authors: @asowda, @NikolaPrica, @djtodoro, @ivanbaev
The attribute it named VariableNotChanged, but IIUC, this can only be applied to function arguments? Should it be called ArgumentNotModified instead?