llvm-6502/include/llvm/MC
Jim Grosbach 637d89fe0e Add support for ELF PLT references for ARM MC asm printing. Adding a
new VariantKind to the MCSymbolExpr seems like overkill, but I'm not sure
there's a more straightforward way to get the printing difference captured.
(i.e., x86 uses @PLT, ARM uses (PLT)).



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114613 91177308-0d34-0410-b5e6-96231b3b80d8
2010-09-22 23:27:36 +00:00
..
MCParser fix the asmparser so that the target is responsible for skipping to 2010-09-11 16:18:25 +00:00
EDInstInfo.h
ELFObjectWriter.h Make ELF OS ABI dependent on the OS from target triple. 2010-09-09 17:57:50 +00:00
MachObjectWriter.h
MCAsmInfo.h allow target-specific label suffixes, patch by Yuri Gribov! 2010-09-22 22:19:53 +00:00
MCAsmInfoCOFF.h
MCAsmInfoDarwin.h
MCAsmLayout.h
MCAssembler.h Avoid some Mach-O specific alignment being done on ELF. 2010-09-22 22:27:05 +00:00
MCCodeEmitter.h
MCContext.h This is the second of three patches to implement support for the .loc directive 2010-08-31 22:55:11 +00:00
MCDirectives.h
MCDisassembler.h
MCDwarf.h Remove noisy semicolon. 2010-08-31 23:38:13 +00:00
MCELFSymbolFlags.h Add ELF ObjectWriter and Streamer support. 2010-08-16 18:57:57 +00:00
MCExpr.h Add support for ELF PLT references for ARM MC asm printing. Adding a 2010-09-22 23:27:36 +00:00
MCFixup.h
MCInst.h make this non brain dead... 2010-09-16 17:48:08 +00:00
MCInstPrinter.h trailing whitespace 2010-09-17 21:23:56 +00:00
MCLabel.h
MCMachOSymbolFlags.h
MCObjectStreamer.h Avoid some Mach-O specific alignment being done on ELF. 2010-09-22 22:27:05 +00:00
MCObjectWriter.h MC: Add partial x86-64 support to COFF. 2010-08-21 05:58:13 +00:00
MCSection.h
MCSectionCOFF.h
MCSectionELF.h
MCSectionMachO.h
MCStreamer.h Add a InitSections method to the streamer interface. 2010-09-15 21:48:40 +00:00
MCSymbol.h
MCValue.h
SectionKind.h