llvm-6502/lib/CodeGen/AsmPrinter
Chris Lattner 3192d14076 rename getSymbolForDwarf* to getExprForDwarf* since it returns
an MCExpr and not an MCSymbol.  Change it to take an MCStreamer,
which is currently unused.

No functionality change.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98278 91177308-0d34-0410-b5e6-96231b3b80d8
2010-03-11 19:41:58 +00:00
..
AsmPrinter.cpp Add a new jump table encoding to indicate jump tables entries 2010-03-11 14:58:16 +00:00
CMakeLists.txt elimiante the DWLabel class, using MCSymbol instead. Start 2010-03-08 22:23:36 +00:00
DIE.cpp inline away a form of IsPCRelative, eliminating the 2010-03-10 01:17:49 +00:00
DIE.h simplify EmitSectionOffset to always use .set if it is 2010-03-08 23:23:25 +00:00
DwarfDebug.cpp Avoid leaking CompileUnits in DwarfDebug.cpp. 2010-03-11 18:29:55 +00:00
DwarfDebug.h Avoid leaking CompileUnits in DwarfDebug.cpp. 2010-03-11 18:29:55 +00:00
DwarfException.cpp move three lowering hooks from MAI to TLOF and make one of them 2010-03-10 07:20:42 +00:00
DwarfException.h Preliminary patch to improve dwarf EH generation - Hooks to return Personality / FDE / LSDA / TType encoding depending on target / options (e.g. code model / relocation model) - MCIzation of Dwarf EH printer to use encoding information - Stub generation for ELF target (needed for indirect references) - Some other small changes here and there 2010-02-15 22:35:59 +00:00
DwarfPrinter.cpp rename getSymbolForDwarf* to getExprForDwarf* since it returns 2010-03-11 19:41:58 +00:00
DwarfPrinter.h inline away a form of IsPCRelative, eliminating the 2010-03-10 01:17:49 +00:00
DwarfWriter.cpp reapply r98035: 2010-03-09 04:54:43 +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 remove uses of EOL. 2010-01-22 23:43:14 +00:00