[DebugInfo][NFC] Rename the class DbgValueLocation to DbgVariableValue
authorOCHyams <orlando.hyams@sony.com>
Tue, 11 Feb 2020 10:02:31 +0000 (10:02 +0000)
committerOCHyams <orlando.hyams@sony.com>
Tue, 11 Feb 2020 10:20:24 +0000 (10:20 +0000)
commit3aa33fde03d139a19b4e6182e9d4c865b240218c
treee78f1d31268bba703fc6e82eed219c6dccaa124e
parent1e4079932436474d6a358637e47b8da5b73f1947
[DebugInfo][NFC] Rename the class DbgValueLocation to DbgVariableValue

Rename the class DbgValueLocation to DbgVariableValue and instances from Loc to
DbgValue. These names better express the new semantics introduced in D74053.

The class previously represented a { Location } only. It now represents a
{ Location, DIExpression } pair which together describe a value.

Reviewed By: aprantl
Differential Revision: https://reviews.llvm.org/D74055
llvm/lib/CodeGen/LiveDebugVariables.cpp