llvm-6502/unittests/CodeGen
David Blaikie 3baa3c37ce DWARF type hashing: Handle multiple (including recursive) references to the same type
This uses a map, keeping the type DIE numbering separate from the DIEs
themselves - alternatively we could do things the way GCC does if we
want to add an integer to the DIE type to record the numbering there.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193105 91177308-0d34-0410-b5e6-96231b3b80d8
2013-10-21 18:59:40 +00:00
..
CMakeLists.txt
DIEHashTest.cpp DWARF type hashing: Handle multiple (including recursive) references to the same type 2013-10-21 18:59:40 +00:00
Makefile