Compute the offsets of the compile units. We need this so that when we emit a
authorBill Wendling <isanbard@gmail.com>
Fri, 8 May 2009 21:03:15 +0000 (21:03 +0000)
committerBill Wendling <isanbard@gmail.com>
Fri, 8 May 2009 21:03:15 +0000 (21:03 +0000)
commite688fafd3802aabab827293a520f18ec27d00fd7
treed368fdbec5fa2ce297f9fa30b4802e111689b9b6
parentfb791608115b5193419549b02825ed4337fd3a37
Compute the offsets of the compile units. We need this so that when we emit a
concrete instance of an inlined function, we can get the actual address of the
abstract instance inside of the compile unit.

This isn't currently used, but will be by a future check-in.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71263 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfWriter.cpp