DebugInfo: Specify that a value is stored indirectly
authorDavid Blaikie <dblaikie@gmail.com>
Wed, 19 Jun 2013 21:52:48 +0000 (21:52 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Wed, 19 Jun 2013 21:52:48 +0000 (21:52 +0000)
commitc971cb828164e02cb9ab4d715e0a0fe00566dcbb
treeca01fb5945c320f3dff68f79a7758527b1cc2f1a
parent0812304ad8c8eded9785acff3194e3f5058e5dbf
DebugInfo: Specify that a value is stored indirectly

This is a precursor to fix a regression caused by PR14763/r183329 where
the location of a non-trivial pass-by-value parameter ends up
incorrectly referring directly to the parameter (a pointer) rather than
the object pointed to by the pointer.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184365 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/DebugInfo.h