This is an archive of the discontinued LLVM Phabricator instance.

[DebugInfo][NFC] Rename the class DbgValueLocation to DbgVariableValue
ClosedPublic

Authored by Orlando on Feb 5 2020, 8:11 AM.

Details

Summary

and instances from Loc to DbgValue. These names better express the new semantics
introduced in the previous patch.

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

Diff Detail

Event Timeline

Orlando created this revision.Feb 5 2020, 8:11 AM
Orlando created this object with visibility "No One".
Herald added a project: Restricted Project. · View Herald TranscriptFeb 5 2020, 8:11 AM
Orlando added a project: debug-info.
Orlando changed the visibility from "No One" to "Public (No Login Required)".
aprantl accepted this revision.Feb 5 2020, 8:48 AM
This revision is now accepted and ready to land.Feb 5 2020, 8:48 AM
Orlando updated this revision to Diff 243139.Feb 7 2020, 4:45 AM

+ Rebase
+ Rename wasIndirect() to getWasIndirect() to match the other changes in this patch.

This revision was automatically updated to reflect the committed changes.