llvm-6502/lib/MC
Rafael Espindola 277abc8172 Implement MCAsmStreamer::EmitEHSymAttributes. Doing this in the asm streamer
is a bit ugly, but doing it on the base MCStreamer would be redundant
with the object streamer which does it using SD.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130611 91177308-0d34-0410-b5e6-96231b3b80d8
2011-04-30 16:34:57 +00:00
..
MCDisassembler Give MC/MCDisassembler/Disassembler.h a header guard. 2011-04-24 15:46:56 +00:00
MCParser MC/AsmParser: Generalize a check. 2011-04-29 17:53:11 +00:00
CMakeLists.txt
ELFObjectWriter.cpp Micro optimization and improved similarity with gas' output: 2011-04-07 23:21:52 +00:00
ELFObjectWriter.h
MachObjectWriter.cpp MC/Mach-O: Update getSymbolAddress() to support evaluation of variables. 2011-04-29 18:13:42 +00:00
Makefile
MCAsmInfo.cpp Add the getExprForFDESymbol method that responsible for computing the 2011-04-28 21:04:39 +00:00
MCAsmInfoCOFF.cpp
MCAsmInfoDarwin.cpp Add the getExprForFDESymbol method that responsible for computing the 2011-04-28 21:04:39 +00:00
MCAsmStreamer.cpp Implement MCAsmStreamer::EmitEHSymAttributes. Doing this in the asm streamer 2011-04-30 16:34:57 +00:00
MCAssembler.cpp MCAsmLayout: Add support for computing the symbol offset of variables. Not 2011-04-29 18:20:20 +00:00
MCCodeEmitter.cpp
MCContext.cpp Make the StringMaps attached to MCContext use the MCContext's allocator; 2011-04-18 05:02:31 +00:00
MCDisassembler.cpp
MCDwarf.cpp Avoid some uses of .uleb128. This is a small speedup and more importantly 2011-04-29 21:50:57 +00:00
MCELF.cpp
MCELF.h
MCELFObjectTargetWriter.cpp
MCELFStreamer.cpp
MCELFStreamer.h
MCExpr.cpp MCExpr: Add FindAssociatedSection, which attempts to mirror the 'as' semantics 2011-04-29 18:00:03 +00:00
MCInst.cpp
MCInstPrinter.cpp
MCLabel.cpp
MCLoggingStreamer.cpp Remove unused argument. 2011-04-21 23:39:26 +00:00
MCMachObjectTargetWriter.cpp
MCMachOStreamer.cpp Handle PrivateExtern eh symbols. 2011-04-30 16:22:46 +00:00
MCNullStreamer.cpp Remove unused argument. 2011-04-21 23:39:26 +00:00
MCObjectStreamer.cpp Implement MCAsmStreamer::EmitDwarfAdvanceFrameAddr. 2011-04-30 03:21:04 +00:00
MCObjectWriter.cpp
MCPureStreamer.cpp
MCSection.cpp
MCSectionCOFF.cpp
MCSectionELF.cpp
MCSectionMachO.cpp
MCStreamer.cpp Implement MCAsmStreamer::EmitDwarfAdvanceFrameAddr. 2011-04-30 03:21:04 +00:00
MCSymbol.cpp MC: Change variable symbols to be recognized as defined, by assigning their sections based on FindAssociatedSection(). 2011-04-29 18:20:17 +00:00
MCValue.cpp
TargetAsmBackend.cpp
WinCOFFObjectWriter.cpp Fix relative relocations. This is sufficient for running the rust testsuite with 2011-04-21 18:36:50 +00:00
WinCOFFStreamer.cpp