LLVM  4.0.0
Macros | Functions
ARMMCTargetDesc.cpp File Reference
#include "ARMBaseInfo.h"
#include "ARMMCAsmInfo.h"
#include "ARMMCTargetDesc.h"
#include "InstPrinter/ARMInstPrinter.h"
#include "llvm/ADT/Triple.h"
#include "llvm/MC/MCELFStreamer.h"
#include "llvm/MC/MCInstrAnalysis.h"
#include "llvm/MC/MCInstrInfo.h"
#include "llvm/MC/MCRegisterInfo.h"
#include "llvm/MC/MCStreamer.h"
#include "llvm/MC/MCSubtargetInfo.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/TargetParser.h"
#include "llvm/Support/TargetRegistry.h"
#include "ARMGenRegisterInfo.inc"
#include "ARMGenInstrInfo.inc"
#include "ARMGenSubtargetInfo.inc"
Include dependency graph for ARMMCTargetDesc.cpp:

Go to the source code of this file.

Macros

#define GET_REGINFO_MC_DESC
 
#define GET_INSTRINFO_MC_DESC
 
#define GET_SUBTARGETINFO_MC_DESC
 

Functions

static bool getMCRDeprecationInfo (MCInst &MI, const MCSubtargetInfo &STI, std::string &Info)
 
static bool getITDeprecationInfo (MCInst &MI, const MCSubtargetInfo &STI, std::string &Info)
 
static bool getARMStoreDeprecationInfo (MCInst &MI, const MCSubtargetInfo &STI, std::string &Info)
 
static bool getARMLoadDeprecationInfo (MCInst &MI, const MCSubtargetInfo &STI, std::string &Info)
 
static MCInstrInfocreateARMMCInstrInfo ()
 
static MCRegisterInfocreateARMMCRegisterInfo (const Triple &Triple)
 
static MCAsmInfocreateARMMCAsmInfo (const MCRegisterInfo &MRI, const Triple &TheTriple)
 
static MCStreamercreateELFStreamer (const Triple &T, MCContext &Ctx, MCAsmBackend &MAB, raw_pwrite_stream &OS, MCCodeEmitter *Emitter, bool RelaxAll)
 
static MCStreamercreateARMMachOStreamer (MCContext &Ctx, MCAsmBackend &MAB, raw_pwrite_stream &OS, MCCodeEmitter *Emitter, bool RelaxAll, bool DWARFMustBeAtTheEnd)
 
static MCInstPrintercreateARMMCInstPrinter (const Triple &T, unsigned SyntaxVariant, const MCAsmInfo &MAI, const MCInstrInfo &MII, const MCRegisterInfo &MRI)
 
static MCRelocationInfocreateARMMCRelocationInfo (const Triple &TT, MCContext &Ctx)
 
static MCInstrAnalysiscreateARMMCInstrAnalysis (const MCInstrInfo *Info)
 
void LLVMInitializeARMTargetMC ()
 

Macro Definition Documentation

#define GET_INSTRINFO_MC_DESC

Definition at line 127 of file ARMMCTargetDesc.cpp.

#define GET_REGINFO_MC_DESC

Definition at line 31 of file ARMMCTargetDesc.cpp.

#define GET_SUBTARGETINFO_MC_DESC

Definition at line 130 of file ARMMCTargetDesc.cpp.

Function Documentation

static MCStreamer* createARMMachOStreamer ( MCContext Ctx,
MCAsmBackend MAB,
raw_pwrite_stream OS,
MCCodeEmitter Emitter,
bool  RelaxAll,
bool  DWARFMustBeAtTheEnd 
)
static

Definition at line 211 of file ARMMCTargetDesc.cpp.

References llvm::createMachOStreamer().

Referenced by LLVMInitializeARMTargetMC().

static MCAsmInfo* createARMMCAsmInfo ( const MCRegisterInfo MRI,
const Triple TheTriple 
)
static
static MCInstPrinter* createARMMCInstPrinter ( const Triple T,
unsigned  SyntaxVariant,
const MCAsmInfo MAI,
const MCInstrInfo MII,
const MCRegisterInfo MRI 
)
static

Definition at line 218 of file ARMMCTargetDesc.cpp.

Referenced by LLVMInitializeARMTargetMC().

static MCInstrAnalysis* createARMMCInstrAnalysis ( const MCInstrInfo Info)
static

Definition at line 271 of file ARMMCTargetDesc.cpp.

Referenced by LLVMInitializeARMTargetMC().

static MCInstrInfo* createARMMCInstrInfo ( )
static

Definition at line 173 of file ARMMCTargetDesc.cpp.

References X.

Referenced by LLVMInitializeARMTargetMC().

static MCRegisterInfo* createARMMCRegisterInfo ( const Triple Triple)
static

Definition at line 179 of file ARMMCTargetDesc.cpp.

References PC, and X.

Referenced by LLVMInitializeARMTargetMC().

static MCRelocationInfo* createARMMCRelocationInfo ( const Triple TT,
MCContext Ctx 
)
static
static MCStreamer* createELFStreamer ( const Triple T,
MCContext Ctx,
MCAsmBackend MAB,
raw_pwrite_stream OS,
MCCodeEmitter Emitter,
bool  RelaxAll 
)
static
static bool getARMLoadDeprecationInfo ( MCInst MI,
const MCSubtargetInfo STI,
std::string &  Info 
)
static
static bool getARMStoreDeprecationInfo ( MCInst MI,
const MCSubtargetInfo STI,
std::string &  Info 
)
static
static bool getITDeprecationInfo ( MCInst MI,
const MCSubtargetInfo STI,
std::string &  Info 
)
static
static bool getMCRDeprecationInfo ( MCInst MI,
const MCSubtargetInfo STI,
std::string &  Info 
)
static
void LLVMInitializeARMTargetMC ( )