llvm-6502/lib/CodeGen/AsmPrinter
David Blaikie 1188a75aa0 Split out DwarfFile from DwarfDebug into its own .h/.cpp files.
Some of these types (DwarfDebug in particular) are quite large to begin
with (and I keep forgetting whether DwarfFile is in DwarfDebug or
DwarfUnit... ) so having a few smaller files seems like goodness.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207010 91177308-0d34-0410-b5e6-96231b3b80d8
2014-04-23 18:54:00 +00:00
..
ARMException.cpp Generate the DWARF stack frame decode operations in the function prologue for ARM/Thumb functions. 2014-02-14 17:19:07 +00:00
AsmPrinter.cpp [Modules] Remove potential ODR violations by sinking the DEBUG_TYPE 2014-04-22 02:02:50 +00:00
AsmPrinterDwarf.cpp [Modules] Remove potential ODR violations by sinking the DEBUG_TYPE 2014-04-22 02:02:50 +00:00
AsmPrinterHandler.h Remove weak vtables. No functional change. 2013-12-14 12:23:14 +00:00
AsmPrinterInlineAsm.cpp Create MCTargetOptions. 2014-04-23 11:16:03 +00:00
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 Split out DwarfFile from DwarfDebug into its own .h/.cpp files. 2014-04-23 18:54:00 +00:00
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 [Modules] Remove potential ODR violations by sinking the DEBUG_TYPE 2014-04-22 02:02:50 +00:00
DIEHash.h Add support for hashing location information for CU level hashes. 2014-03-08 00:29:41 +00:00
DwarfAccelTable.cpp Rename DwarfUnits to DwarfFile to help avoid some naming confusion. 2013-12-05 18:06:10 +00:00
DwarfAccelTable.h More header and forward declaration cleanup. 2014-03-18 21:44:12 +00:00
DwarfCFIException.cpp Add back r201608, r201622, r201624 and r201625 2014-02-19 17:23:20 +00:00
DwarfDebug.cpp Split out DwarfFile from DwarfDebug into its own .h/.cpp files. 2014-04-23 18:54:00 +00:00
DwarfDebug.h Split out DwarfFile from DwarfDebug into its own .h/.cpp files. 2014-04-23 18:54:00 +00:00
DwarfException.cpp [C++11] Convert sort predicates into lambdas. 2014-03-07 21:35:39 +00:00
DwarfException.h [C++11] Add 'override' keyword to virtual methods that override their base class. 2014-03-08 06:31:39 +00:00
DwarfFile.cpp Split out DwarfFile from DwarfDebug into its own .h/.cpp files. 2014-04-23 18:54:00 +00:00
DwarfFile.h Split out DwarfFile from DwarfDebug into its own .h/.cpp files. 2014-04-23 18:54:00 +00:00
DwarfUnit.cpp [Modules] Remove potential ODR violations by sinking the DEBUG_TYPE 2014-04-22 02:02:50 +00:00
DwarfUnit.h Push memory ownership of DwarfUnits into clients of DwarfFile. 2014-04-22 22:39:41 +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 Add proper dependencies to LLVMBuild.txt in llvm/lib. 2013-12-10 05:39:34 +00:00
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 Add back r201608, r201622, r201624 and r201625 2014-02-19 17:23:20 +00:00
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