llvm-6502/lib/CodeGen/AsmPrinter
Adrian Prantl 75212344d1 Debug Info: Move support for constants into DwarfExpression.
Move the declaration of DebugLocDwarfExpression into DwarfExpression.h
because it needs to be accessed from AsmPrinterDwarf.cpp and DwarfDebug.cpp

NFC.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225734 91177308-0d34-0410-b5e6-96231b3b80d8
2015-01-13 00:04:06 +00:00
..
AddressPool.cpp
AddressPool.h
ARMException.cpp Allow the use of functions as typeinfo in landingpad clauses 2014-11-14 00:35:50 +00:00
AsmPrinter.cpp Introduce an example statepoint GC strategy 2015-01-07 19:07:50 +00:00
AsmPrinterDwarf.cpp Debug Info: Move support for constants into DwarfExpression. 2015-01-13 00:04:06 +00:00
AsmPrinterHandler.h
AsmPrinterInlineAsm.cpp [mips] Set GCC-compatible MIPS asssembler options before inline asm blocks. 2014-12-17 10:56:16 +00:00
ByteStreamer.h
CMakeLists.txt Debug info: Factor out the creation of DWARF expressions from AsmPrinter 2015-01-12 22:19:22 +00:00
DbgValueHistoryCalculator.cpp
DbgValueHistoryCalculator.h
DebugLocEntry.h
DebugLocList.h
DIE.cpp Make DIE.h a public CodeGen header. 2015-01-05 21:29:41 +00:00
DIEHash.cpp Make DIE.h a public CodeGen header. 2015-01-05 21:29:41 +00:00
DIEHash.h Make DIE.h a public CodeGen header. 2015-01-05 21:29:41 +00:00
DwarfAccelTable.cpp Make DIE.h a public CodeGen header. 2015-01-05 21:29:41 +00:00
DwarfAccelTable.h Make DIE.h a public CodeGen header. 2015-01-05 21:29:41 +00:00
DwarfCFIException.cpp Rename EH related stuff to be more precise 2014-11-14 23:31:07 +00:00
DwarfCompileUnit.cpp Cleanup: Calls to getDwarfRegNum() may actually fail, if there is 2014-12-05 01:02:46 +00:00
DwarfCompileUnit.h Provide gmlt-like inline scope information in the skeleton CU to facilitate symbolication without needing the .dwo files 2014-11-04 22:12:25 +00:00
DwarfDebug.cpp Debug Info: Move support for constants into DwarfExpression. 2015-01-13 00:04:06 +00:00
DwarfDebug.h Make DIE.h a public CodeGen header. 2015-01-05 21:29:41 +00:00
DwarfException.h
DwarfExpression.cpp Debug Info: Move support for constants into DwarfExpression. 2015-01-13 00:04:06 +00:00
DwarfExpression.h Debug Info: Move support for constants into DwarfExpression. 2015-01-13 00:04:06 +00:00
DwarfFile.cpp
DwarfFile.h Move cross-unit DIE caching to the DwarfFile level, so it doesn't interfere with fission-gmlt data and produce skeleton<>full unit cross referencing. 2014-11-04 22:12:18 +00:00
DwarfStringPool.cpp Remove StringMap::GetOrCreateValue in favor of StringMap::insert 2014-11-19 05:49:42 +00:00
DwarfStringPool.h
DwarfUnit.cpp Make DwarfExpression store the AsmPrinter instead of the TargetMachine. 2015-01-12 23:36:56 +00:00
DwarfUnit.h Debug Info: Implement DwarfUnit::addRegisterOffset using DwarfExpression. 2015-01-12 22:19:26 +00:00
EHStreamer.cpp EH: Sink computation of local PadMap variable into function that uses it 2014-12-19 22:30:08 +00:00
EHStreamer.h EH: Sink computation of local PadMap variable into function that uses it 2014-12-19 22:30:08 +00:00
ErlangGCPrinter.cpp GCStrategy should not own GCFunctionInfo 2014-12-11 01:47:23 +00:00
LLVMBuild.txt
Makefile
OcamlGCPrinter.cpp GCStrategy should not own GCFunctionInfo 2014-12-11 01:47:23 +00:00
Win64Exception.cpp
Win64Exception.h
WinCodeViewLineTables.cpp Temporary fix for PR21528 - use mangled C++ function names in COFF debug info to un-break ASan on Windows 2014-11-12 20:21:20 +00:00
WinCodeViewLineTables.h