llvm-6502/lib/CodeGen/AsmPrinter
Charles Davis 59ed4151d8 Emit the handler's data area. For GCC-style exceptions under Win64, the
handler's data area starts with a 4-byte reference to the personality
function, followed by the DWARF LSDA.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132302 91177308-0d34-0410-b5e6-96231b3b80d8
2011-05-30 00:13:34 +00:00
..
ARMException.cpp Replace the -unwind-tables option with a per function flag. This is more 2011-05-25 03:44:17 +00:00
AsmPrinter.cpp When generating code for Win64 EH, emit StartProc and EndProc directives. 2011-05-28 04:21:04 +00:00
AsmPrinterDwarf.cpp No reason not to allow defining the CFA as a reg w/ offset zero. 2011-05-20 21:50:09 +00:00
AsmPrinterInlineAsm.cpp Do not model all INLINEASM instructions as having unmodelled side effects. 2011-01-07 23:50:32 +00:00
CMakeLists.txt Stub out support for Win64-style exceptions. Note that this is merely using 2011-05-27 23:47:32 +00:00
DIE.cpp Roll out r126425 and r126450 to see if it fixes the failures on the buildbots. 2011-02-25 16:30:32 +00:00
DIE.h Remove unused virtual dtor. 2011-03-09 14:20:28 +00:00
DwarfCFIException.cpp Initialize moveTypeModule. 2011-05-10 21:54:59 +00:00
DwarfCompileUnit.cpp Select DW_AT_const_value size based on global variable size. 2011-05-28 00:39:18 +00:00
DwarfCompileUnit.h Select DW_AT_const_value size based on variable size. 2011-05-27 16:45:18 +00:00
DwarfDebug.cpp Make size computation less brittle. 2011-05-27 22:05:41 +00:00
DwarfDebug.h Identify end of prologue (and beginning of function body) using DW_LNS_set_prologue_end line table opcode. 2011-05-11 19:22:19 +00:00
DwarfException.cpp Clarify the LSDASection NULL check 2011-01-30 22:07:31 +00:00
DwarfException.h Stub out support for Win64-style exceptions. Note that this is merely using 2011-05-27 23:47:32 +00:00
Makefile make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. 2010-01-24 20:43:08 +00:00
OcamlGCPrinter.cpp Add missing standard headers. Patch by Joerg Sonnenberger! 2010-12-19 20:43:38 +00:00
Win64Exception.cpp Emit the handler's data area. For GCC-style exceptions under Win64, the 2011-05-30 00:13:34 +00:00