llvm-6502/lib/CodeGen/AsmPrinter
Devang Patel b865d46d95 Rename a method to match what it really does.
s/addVariableAddress/addFrameVariableAddress/g


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130170 91177308-0d34-0410-b5e6-96231b3b80d8
2011-04-25 23:02:17 +00:00
..
ARMException.cpp Some first rudimentary support for ARM EHABI: print exception table in "text mode". 2011-03-05 18:43:15 +00:00
AsmPrinter.cpp Refactor. 2011-04-21 21:07:35 +00:00
AsmPrinterDwarf.cpp Remove unused arguments. 2011-04-20 03:08: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 This mechanical patch moves type handling into CompileUnit from DwarfDebug. In case of multiple compile unit in one object file, each compile unit is responsible for its own set of type entries anyway. This refactoring makes this obvious. 2011-04-12 22:53:02 +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 Simplify the logic. Noticed by aKor. 2011-04-24 19:55:34 +00:00
DwarfCompileUnit.cpp Rename a method to match what it really does. 2011-04-25 23:02:17 +00:00
DwarfCompileUnit.h Rename a method to match what it really does. 2011-04-25 23:02:17 +00:00
DwarfDebug.cpp Rename a method to match what it really does. 2011-04-25 23:02:17 +00:00
DwarfDebug.h This mechanical patch moves type handling into CompileUnit from DwarfDebug. In case of multiple compile unit in one object file, each compile unit is responsible for its own set of type entries anyway. This refactoring makes this obvious. 2011-04-12 22:53:02 +00:00
DwarfException.cpp Clarify the LSDASection NULL check 2011-01-30 22:07:31 +00:00
DwarfException.h Some first rudimentary support for ARM EHABI: print exception table in "text mode". 2011-03-05 18:43:15 +00:00
DwarfTableException.cpp Add a possibility to switch between CFI directives- and table-based frame description emission. Currently all the backends use table-based stuff. 2011-01-14 21:58:08 +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