Files
archived-llvm/lib/IR
Duncan P. N. Exon Smith 0ee5788656 IR: Add DbgInfoIntrinsic::getVariableLocation
Create a common accessor, DbgInfoIntrinsic::getVariableLocation, which
doesn't care about the type of debug info intrinsic.  Use this to
further unify the implementations of DbgDeclareInst::getAddress and
DbgValueInst::getValue.

Besides being a cleanup, I'm planning to use this to prepare DEBUG
output without having to branch on the concrete type.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@264767 91177308-0d34-0410-b5e6-96231b3b80d8
2016-03-29 18:56:03 +00:00
..
2014-06-27 18:19:56 +00:00
2016-03-22 04:37:32 +00:00
2016-01-06 00:18:29 +00:00
2016-01-14 21:06:47 +00:00