Currently DW_OP_deref_size just drops the ValueType::FileAddress case and does not attempt to handle it. This adds support for this case and a test that verifies this support.
I did a little refactoring since DW_OP_deref and DW_OP_deref_size have some overlap in code.
Maybe add a Doxygen comment explaining what this function does?