llvm-6502/lib/CodeGen/AsmPrinter
David Blaikie 40352669ba Use std::unique_ptr for DIE children
Got bored, removed some manual memory management.

Pushed references (rather than pointers) through a few APIs rather than
replacing *x with x.get().

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206222 91177308-0d34-0410-b5e6-96231b3b80d8
2014-04-14 22:45:02 +00:00
..
ARMException.cpp
AsmPrinter.cpp Canonicalise Windows target triple spellings 2014-03-27 22:50:05 +00:00
AsmPrinterDwarf.cpp ARM: Add support for segmented stacks 2014-04-02 16:10:33 +00:00
AsmPrinterHandler.h
AsmPrinterInlineAsm.cpp
ByteStreamer.h [C++11] Add 'override' keyword to virtual methods that override their base class. 2014-03-08 06:31:39 +00:00
CMakeLists.txt
DebugLocEntry.h Debug info: Store the DIVariable in DebugLocEntry also for constants, 2014-04-11 17:49:47 +00:00
DebugLocList.h DebugInfo: Introduce DebugLocList to encapsulate a list of DebugLocEntries and an MC Label to refer to them 2014-04-02 01:43:18 +00:00
DIE.cpp Use std::unique_ptr for DIE children 2014-04-14 22:45:02 +00:00
DIE.h Use std::unique_ptr for DIE children 2014-04-14 22:45:02 +00:00
DIEHash.cpp Use std::unique_ptr for DIE children 2014-04-14 22:45:02 +00:00
DIEHash.h
DwarfAccelTable.cpp
DwarfAccelTable.h More header and forward declaration cleanup. 2014-03-18 21:44:12 +00:00
DwarfCFIException.cpp
DwarfDebug.cpp Use std::unique_ptr for DIE children 2014-04-14 22:45:02 +00:00
DwarfDebug.h Use std::unique_ptr for DIE children 2014-04-14 22:45:02 +00:00
DwarfException.cpp
DwarfException.h [C++11] Add 'override' keyword to virtual methods that override their base class. 2014-03-08 06:31:39 +00:00
DwarfUnit.cpp Re-apply r206096 after investigating the gdb buildbot failure. 2014-04-14 21:16:04 +00:00
DwarfUnit.h Remove unused parameter 2014-03-24 20:28:10 +00:00
ErlangGCPrinter.cpp [C++11] Add 'override' keyword to virtual methods that override their base class. 2014-03-08 06:31:39 +00:00
LLVMBuild.txt
Makefile
OcamlGCPrinter.cpp [C++11] Add 'override' keyword to virtual methods that override their base class. 2014-03-08 06:31:39 +00:00
Win64Exception.cpp
WinCodeViewLineTables.cpp Follow-up to r204790: don't try to emit line tables if there are no functions with DI in the TU 2014-03-26 11:24:36 +00:00
WinCodeViewLineTables.h Fix PR19239 - Add support for generating debug info for functions without lexical scopes and/or debug info at all 2014-03-26 09:50:36 +00:00