llvm-6502/lib/CodeGen/AsmPrinter
Eric Christopher 3dee575b8d Add preliminary support for hashing DIEs and breaking them into
type units.

Initially this support is used in the computation of an ODR checker
for C++. For now we're attaching it to the DIE, but in the future
it will be attached to the type unit.

This also starts breaking out types into the separation for type
units, but without actually splitting the DIEs.

In preparation for hashing the DIEs this adds a DIEString type
that contains a StringRef with the string contained at the label.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187213 91177308-0d34-0410-b5e6-96231b3b80d8
2013-07-26 17:02:41 +00:00
..
ARMException.cpp
AsmPrinter.cpp Add 'const' qualifiers to static const char* variables. 2013-07-16 01:17:10 +00:00
AsmPrinterDwarf.cpp
AsmPrinterInlineAsm.cpp
CMakeLists.txt
DIE.cpp Add preliminary support for hashing DIEs and breaking them into 2013-07-26 17:02:41 +00:00
DIE.h Add preliminary support for hashing DIEs and breaking them into 2013-07-26 17:02:41 +00:00
DwarfAccelTable.cpp
DwarfAccelTable.h
DwarfCFIException.cpp
DwarfCompileUnit.cpp Add preliminary support for hashing DIEs and breaking them into 2013-07-26 17:02:41 +00:00
DwarfCompileUnit.h Formatting. 2013-07-22 18:26:15 +00:00
DwarfDebug.cpp Add preliminary support for hashing DIEs and breaking them into 2013-07-26 17:02:41 +00:00
DwarfDebug.h Add preliminary support for hashing DIEs and breaking them into 2013-07-26 17:02:41 +00:00
DwarfException.cpp
DwarfException.h
ErlangGCPrinter.cpp
LLVMBuild.txt
Makefile
OcamlGCPrinter.cpp
Win64Exception.cpp Revert: Emit personality function and Dwarf EH data for Win64 SEH. 2013-07-08 04:43:23 +00:00