llvm-6502/lib/CodeGen/AsmPrinter
Devang Patel 8af76bdb74 Add isClosure() predicate. This is used to add DW_AT_APPLE_block attribute.
Patch by Caroline Tice.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80061 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-26 00:39:50 +00:00
..
AsmPrinter.cpp Update DebugInfo interface to use metadata, instead of special named llvm.dbg.... global variables, to encode debugging information in llvm IR. This is mostly a mechanical change that tests metadata support very well. 2009-08-25 05:24:07 +00:00
CMakeLists.txt
DIE.cpp
DIE.h
DwarfDebug.cpp Add isClosure() predicate. This is used to add DW_AT_APPLE_block attribute. 2009-08-26 00:39:50 +00:00
DwarfDebug.h Update DebugInfo interface to use metadata, instead of special named llvm.dbg.... global variables, to encode debugging information in llvm IR. This is mostly a mechanical change that tests metadata support very well. 2009-08-25 05:24:07 +00:00
DwarfException.cpp - Rename EmitCommonInformationEntry to EmitCIE. 2009-08-25 08:08:33 +00:00
DwarfException.h - Rename EmitCommonInformationEntry to EmitCIE. 2009-08-25 08:08:33 +00:00
DwarfLabel.cpp
DwarfLabel.h
DwarfPrinter.cpp
DwarfPrinter.h
DwarfWriter.cpp Update DebugInfo interface to use metadata, instead of special named llvm.dbg.... global variables, to encode debugging information in llvm IR. This is mostly a mechanical change that tests metadata support very well. 2009-08-25 05:24:07 +00:00
Makefile
OcamlGCPrinter.cpp