llvm-6502/include/llvm/MC
Rafael Espindola 1c5f439f41 Centralize the handling of the thumb bit.
This patch centralizes the handling of the thumb bit around
MCStreamer::isThumbFunc and makes isThumbFunc handle aliases.

This fixes a corner case, but the main advantage is having just one
way to check if a MCSymbol is thumb or not. This should still be
refactored to be ARM only, but at least now it is just one predicate
that has to be refactored instead of 3 (isThumbFunc,
ELF_Other_ThumbFunc, and SF_ThumbFunc).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207522 91177308-0d34-0410-b5e6-96231b3b80d8
2014-04-29 12:46:50 +00:00
..
MCParser [C++] Use 'nullptr'. 2014-04-24 06:44:33 +00:00
MachineLocation.h
MCAsmBackend.h
MCAsmInfo.h [C++11] More 'nullptr' conversion or in some cases just using a boolean check instead of comparing to nullptr. 2014-04-13 04:57:38 +00:00
MCAsmInfoCOFF.h
MCAsmInfoDarwin.h
MCAsmInfoELF.h
MCAsmLayout.h
MCAssembler.h Centralize the handling of the thumb bit. 2014-04-29 12:46:50 +00:00
MCAtom.h
MCCodeEmitter.h
MCCodeGenInfo.h
MCContext.h Change the prototype for MCContext::FatalError() so it can be called 2014-04-22 21:42:18 +00:00
MCDirectives.h
MCDisassembler.h [C++11] Replace OwningPtr with std::unique_ptr in places where it doesn't break the API. 2014-04-21 09:34:48 +00:00
MCDwarf.h [C++11] More 'nullptr' conversion or in some cases just using a boolean check instead of comparing to nullptr. 2014-04-13 04:57:38 +00:00
MCELF.h
MCELFObjectWriter.h
MCELFStreamer.h Make getOrCreateSymbolData non virtual. 2014-04-27 17:23:37 +00:00
MCELFSymbolFlags.h Centralize the handling of the thumb bit. 2014-04-29 12:46:50 +00:00
MCExpr.h Add an option for evaluating past symbols. 2014-04-28 20:53:11 +00:00
MCExternalSymbolizer.h Remove redundant symbolization support from MCDisassembler interface. 2014-04-11 20:07:58 +00:00
MCFixedLenDisassembler.h
MCFixup.h
MCFixupKindInfo.h
MCFunction.h Use std::unique_ptr to manage MCBasicBlocks in MCFunction. 2014-04-15 04:56:29 +00:00
MCInst.h [C++11] More 'nullptr' conversion or in some cases just using a boolean check instead of comparing to nullptr. 2014-04-13 04:57:38 +00:00
MCInstBuilder.h
MCInstPrinter.h [C++11] More 'nullptr' conversion or in some cases just using a boolean check instead of comparing to nullptr. 2014-04-13 04:57:38 +00:00
MCInstrAnalysis.h
MCInstrDesc.h [C++11] More 'nullptr' conversion or in some cases just using a boolean check instead of comparing to nullptr. 2014-04-13 04:57:38 +00:00
MCInstrInfo.h
MCInstrItineraries.h [C++11] More 'nullptr' conversion or in some cases just using a boolean check instead of comparing to nullptr. 2014-04-13 04:57:38 +00:00
MCLabel.h
MCLinkerOptimizationHint.h
MCMachObjectWriter.h
MCMachOSymbolFlags.h
MCModule.h Add some missing includes for various standard library implementations. 2014-04-18 16:46:29 +00:00
MCModuleYAML.h
MCObjectDisassembler.h
MCObjectFileInfo.h
MCObjectStreamer.h Make getOrCreateSymbolData non virtual. 2014-04-27 17:23:37 +00:00
MCObjectSymbolizer.h
MCObjectWriter.h
MCRegisterInfo.h [C++11] More 'nullptr' conversion or in some cases just using a boolean check instead of comparing to nullptr. 2014-04-13 04:57:38 +00:00
MCRelocationInfo.h
MCSchedule.h [C++11] More 'nullptr' conversion or in some cases just using a boolean check instead of comparing to nullptr. 2014-04-13 04:57:38 +00:00
MCSection.h
MCSectionCOFF.h [C++11] More 'nullptr' conversion or in some cases just using a boolean check instead of comparing to nullptr. 2014-04-13 04:57:38 +00:00
MCSectionELF.h Format fixes for r205990 2014-04-11 22:11:50 +00:00
MCSectionMachO.h
MCStreamer.h Add emitThumbSet to the arm target streamer. 2014-04-27 20:23:58 +00:00
MCSubtargetInfo.h
MCSymbol.h [C++11] More 'nullptr' conversion or in some cases just using a boolean check instead of comparing to nullptr. 2014-04-13 04:57:38 +00:00
MCSymbolizer.h
MCTargetAsmParser.h Create MCTargetOptions. 2014-04-23 11:16:03 +00:00
MCTargetOptions.h Create MCTargetOptions. 2014-04-23 11:16:03 +00:00
MCTargetOptionsCommandFlags.h Create MCTargetOptions. 2014-04-23 11:16:03 +00:00
MCValue.h [C++11] More 'nullptr' conversion or in some cases just using a boolean check instead of comparing to nullptr. 2014-04-13 04:57:38 +00:00
MCWin64EH.h [C++11] More 'nullptr' conversion or in some cases just using a boolean check instead of comparing to nullptr. 2014-04-13 04:57:38 +00:00
MCWinCOFFObjectWriter.h
MCWinCOFFStreamer.h Make getOrCreateSymbolData non virtual. 2014-04-27 17:23:37 +00:00
SectionKind.h
SubtargetFeature.h