aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Object/WasmObjectFile.cpp
diff options
context:
space:
mode:
authorgbtozers <stephen.tozer@sony.com>2020-09-28 14:02:51 +0100
committerStephen Tozer <Stephen.Tozer@Sony.com>2021-03-08 18:45:17 +0000
commit9525af7b916a0f706c3646946a5c4cd7cf41cb55 (patch)
treed5215fed03bb37ab3ba776197446bda066ebdd88 /llvm/lib/Object/WasmObjectFile.cpp
parent7cdcb4a3b98004e5003ef0cfc748aaf30e8a7cfa (diff)
downloadllvm-9525af7b916a0f706c3646946a5c4cd7cf41cb55.zip
llvm-9525af7b916a0f706c3646946a5c4cd7cf41cb55.tar.gz
llvm-9525af7b916a0f706c3646946a5c4cd7cf41cb55.tar.bz2
[DebugInfo] Support representation of multiple location operands in SDDbgValue
This patch modifies the class that represents debug values during ISel, SDDbgValue, to support multiple location operands (to represent a dbg.value that uses a DIArgList). Part of this class's functionality has been split off into a new class, SDDbgOperand. The new class SDDbgOperand represents a single value, corresponding to an SSA value or MachineOperand in the IR and MIR respectively. Members of SDDbgValue that were previously related to that specific value (as opposed to the variable or DIExpression), such as the Kind enum, have been moved to SDDbgOperand. SDDbgValue now contains an array of SDDbgOperand instead, allowing it to hold more than one of these values. All changes outside SDDbgValue are simply updates to use the new interface. Differential Revision: https://reviews.llvm.org/D88585
Diffstat (limited to 'llvm/lib/Object/WasmObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions