1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/lib/CodeGen/AsmPrinter
Manman Ren c162f49ca6 Debug Info: Use DIScopeRef for DIType::getContext.
In DIBuilder, the context field of a TAG_member is updated to use the
scope reference. Verifier is updated accordingly.
    
DebugInfoFinder now needs to generate a type identifier map to have
access to the actual scope. Same applies for BreakpointPrinter.
    
processModule of DebugInfoFinder is called during initialization phase
of the verifier to make sure the type identifier map is constructed early
enough.
    
We are now able to unique a simple class as demonstrated by the added
testing case.

llvm-svn: 190334
2013-09-09 19:47:11 +00:00
..
ARMException.cpp
AsmPrinter.cpp AsmPrinter: Get rid of llvm$workaround$fake$stub$ 2013-08-25 09:18:19 +00:00
AsmPrinterDwarf.cpp
AsmPrinterInlineAsm.cpp
CMakeLists.txt Update the CMake build files. 2013-08-08 23:51:31 +00:00
DIE.cpp For COFF only: dwarf debug info output a label reference as a section relative item only when it's one of dw_from strp, sec_offset, ref_addr or op_call_ref instead of going by size. 2013-08-13 17:45:53 +00:00
DIE.h Be more rigorous about the sizes of forms and attributes. 2013-08-08 01:41:00 +00:00
DIEHash.cpp Add a hashing routine that handles hashing types. Add a test for 2013-09-03 21:57:57 +00:00
DIEHash.h Add a hashing routine that handles hashing types. Add a test for 2013-09-03 21:57:57 +00:00
DwarfAccelTable.cpp Move accelerator table defines and constants to Dwarf.h since 2013-09-05 18:20:16 +00:00
DwarfAccelTable.h Move accelerator table defines and constants to Dwarf.h since 2013-09-05 18:20:16 +00:00
DwarfCFIException.cpp
DwarfCompileUnit.cpp Debug Info: Use DIScopeRef for DIType::getContext. 2013-09-09 19:47:11 +00:00
DwarfCompileUnit.h Formatting. 2013-08-26 23:58:22 +00:00
DwarfDebug.cpp Debug Info: Use DIScopeRef for DIType::getContext. 2013-09-09 19:47:11 +00:00
DwarfDebug.h Debug Info: move DIScope::getContext to DwarfDebug. 2013-09-09 19:23:58 +00:00
DwarfException.cpp
DwarfException.h
ErlangGCPrinter.cpp
LLVMBuild.txt
Makefile
OcamlGCPrinter.cpp
Win64Exception.cpp