DwarfUnit: Rename "Node" to "CUNode" and propagate it through DwarfTypeUnit as well.
authorDavid Blaikie <dblaikie@gmail.com>
Thu, 9 Jan 2014 03:23:41 +0000 (03:23 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Thu, 9 Jan 2014 03:23:41 +0000 (03:23 +0000)
commit2af945d2cd3ab79430d136cc2599d0b23592529f
tree31a4a5c521f7bb319bfbb5a0e002d047adf6797a
parent75a032dc00431948fbd7ba55142d4fc2e5b75ca6
DwarfUnit: Rename "Node" to "CUNode" and propagate it through DwarfTypeUnit as well.

Since we'll now also need the split dwarf file name along with the
language in DwarfTypeUnits, just use the whole DICompileUnit rather than
explicitly handling each field needed.

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