//===-- ARM/ARMMCCodeEmitter.cpp - Convert ARM code to machine code -------===////// The LLVM Compiler Infrastructure//// This file is distributed under the University of Illinois Open Source// License. See LICENSE.TXT for details.////===----------------------------------------------------------------------===////// This file implements the ARMMCCodeEmitter class.////===----------------------------------------------------------------------===//#define DEBUG_TYPE "mccodeemitter"#include"MCTargetDesc/ARMMCTargetDesc.h"#include"MCTargetDesc/ARMAddressingModes.h"#include"MCTargetDesc/ARMBaseInfo.h"#include"MCTargetDesc/ARMFixupKinds.h"#include"MCTargetDesc/ARMMCExpr.h"#include"llvm/ADT/APFloat.h"#include"llvm/ADT/Statistic.h"#include"llvm/MC/MCCodeEmitter.h"#include"llvm/MC/MCContext.h"#include"llvm/MC/MCExpr.h"#include"llvm/MC/MCInst.h"#include"llvm/MC/MCInstrInfo.h"