llvm-6502/include/llvm/MC
Bill Wendling b9e7689c89 Add a target asm info hook to specify that particular bits of data in the FDE
should be forced to 32-bits (.long) even on 64-bit architectures. Darwin wants
these bits to be 64-bits (.quad). However, other platforms may disagree.

This is just the info right now and is part of a work-in-progress which needs
this. We'll add the actual *use* of this soon.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80024 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-25 20:21:17 +00:00
..
MCAsmInfo.h Add a target asm info hook to specify that particular bits of data in the FDE 2009-08-25 20:21:17 +00:00
MCAsmInfoCOFF.h rename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for darwin. 2009-08-22 21:03:30 +00:00
MCAsmInfoDarwin.h rename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for darwin. 2009-08-22 21:03:30 +00:00
MCAsmLexer.h
MCAsmParser.h
MCAssembler.h llvm-mc/Mach-O: Preliminary support for indirect symbols. 2009-08-24 11:56:58 +00:00
MCContext.h sink uniquing of sections out of MCContext into the ELF and PECOFF TLOF implementations. 2009-08-13 00:37:15 +00:00
MCInst.h
MCSection.h rename TAI -> MAI, being careful not to make MAILJMP instructions :) 2009-08-22 21:43:10 +00:00
MCSectionELF.h rename TAI -> MAI, being careful not to make MAILJMP instructions :) 2009-08-22 21:43:10 +00:00
MCSectionMachO.h rename TAI -> MAI, being careful not to make MAILJMP instructions :) 2009-08-22 21:43:10 +00:00
MCStreamer.h rename TAI -> MAI, being careful not to make MAILJMP instructions :) 2009-08-22 21:43:10 +00:00
MCSymbol.h llvm-mc/Mach-O: Improve symbol table support: 2009-08-22 11:41:10 +00:00
MCValue.h llvm-mc: Clean up some handling of symbol/section association to be more correct 2009-08-22 07:22:36 +00:00
SectionKind.h