Add DwarfUnit::addGlobalType to match DwarfUnit::addGlobalName
authorDavid Blaikie <dblaikie@gmail.com>
Sun, 2 Nov 2014 06:06:14 +0000 (06:06 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Sun, 2 Nov 2014 06:06:14 +0000 (06:06 +0000)
commit98cf172175690da1593ada13d8835ec5898d76ba
treea3ace0b4172ac57b86e5637e1f370b66a26dbf49
parentcd2996c3e36a05c8200de1f5c23b406f6ed83246
Add DwarfUnit::addGlobalType to match DwarfUnit::addGlobalName

(these will shortly become virtual, with a null implementation in
DwarfUnit (since type units don't have accelerator tables in the current
schema) and the current implementation down in DwarfCompileUnit, moving
the actual maps there too)

llvm-svn: 221082
llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h