Make a provision to encode inline location in a variable. This will enable dwarf...
authorDevang Patel <dpatel@apple.com>
Tue, 19 Jul 2011 01:03:32 +0000 (01:03 +0000)
committerDevang Patel <dpatel@apple.com>
Tue, 19 Jul 2011 01:03:32 +0000 (01:03 +0000)
commit9fec5e346efdf744b151ae6604f912908315fa7a
tree52041ffd7892b4876e30c27a3ffd9168c9ccb90e
parent497a397f3e4edeb102bb2e2509a3795feafaf742
Make a provision to encode inline location in a variable. This will enable dwarf writer to easily distinguish between two instances of a inlined variable in one basic block.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135457 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/DebugInfo.h
include/llvm/Support/Dwarf.h
lib/Analysis/DIBuilder.cpp
lib/Analysis/DebugInfo.cpp