LLVM  8.0.1
Macros | Functions
ARMMCTargetDesc.cpp File Reference
#include "ARMMCTargetDesc.h"
#include "ARMBaseInfo.h"
#include "ARMMCAsmInfo.h"
#include "InstPrinter/ARMInstPrinter.h"
#include "llvm/ADT/Triple.h"
#include "llvm/MC/MCAsmBackend.h"
#include "llvm/MC/MCCodeEmitter.h"
#include "llvm/MC/MCELFStreamer.h"
#include "llvm/MC/MCInstrAnalysis.h"
#include "llvm/MC/MCInstrInfo.h"
#include "llvm/MC/MCObjectWriter.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, std::unique_ptr< MCAsmBackend > &&MAB, std::unique_ptr< MCObjectWriter > &&OW, std::unique_ptr< MCCodeEmitter > &&Emitter, bool RelaxAll)
 
static MCStreamercreateARMMachOStreamer (MCContext &Ctx, std::unique_ptr< MCAsmBackend > &&MAB, std::unique_ptr< MCObjectWriter > &&OW, std::unique_ptr< 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)
 
static MCInstrAnalysiscreateThumbMCInstrAnalysis (const MCInstrInfo *Info)
 
void LLVMInitializeARMTargetMC ()
 

Macro Definition Documentation

◆ GET_INSTRINFO_MC_DESC

#define GET_INSTRINFO_MC_DESC

Definition at line 130 of file ARMMCTargetDesc.cpp.

◆ GET_REGINFO_MC_DESC

#define GET_REGINFO_MC_DESC

Definition at line 34 of file ARMMCTargetDesc.cpp.

◆ GET_SUBTARGETINFO_MC_DESC

#define GET_SUBTARGETINFO_MC_DESC

Definition at line 133 of file ARMMCTargetDesc.cpp.

Function Documentation

◆ createARMMachOStreamer()

static MCStreamer* createARMMachOStreamer ( MCContext Ctx,
std::unique_ptr< MCAsmBackend > &&  MAB,
std::unique_ptr< MCObjectWriter > &&  OW,
std::unique_ptr< MCCodeEmitter > &&  Emitter,
bool  RelaxAll,
bool  DWARFMustBeAtTheEnd 
)
static

Definition at line 218 of file ARMMCTargetDesc.cpp.

References llvm::createMachOStreamer().

Referenced by LLVMInitializeARMTargetMC().

◆ createARMMCAsmInfo()

static MCAsmInfo* createARMMCAsmInfo ( const MCRegisterInfo MRI,
const Triple TheTriple 
)
static

◆ createARMMCInstPrinter()

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

Definition at line 226 of file ARMMCTargetDesc.cpp.

Referenced by LLVMInitializeARMTargetMC().

◆ createARMMCInstrAnalysis()

static MCInstrAnalysis* createARMMCInstrAnalysis ( const MCInstrInfo Info)
static

Definition at line 294 of file ARMMCTargetDesc.cpp.

Referenced by LLVMInitializeARMTargetMC().

◆ createARMMCInstrInfo()

static MCInstrInfo* createARMMCInstrInfo ( )
static

Definition at line 177 of file ARMMCTargetDesc.cpp.

References X.

Referenced by LLVMInitializeARMTargetMC().

◆ createARMMCRegisterInfo()

static MCRegisterInfo* createARMMCRegisterInfo ( const Triple Triple)
static

Definition at line 183 of file ARMMCTargetDesc.cpp.

References X.

Referenced by LLVMInitializeARMTargetMC().

◆ createARMMCRelocationInfo()

static MCRelocationInfo* createARMMCRelocationInfo ( const Triple TT,
MCContext Ctx 
)
static

◆ createELFStreamer()

static MCStreamer* createELFStreamer ( const Triple T,
MCContext Ctx,
std::unique_ptr< MCAsmBackend > &&  MAB,
std::unique_ptr< MCObjectWriter > &&  OW,
std::unique_ptr< MCCodeEmitter > &&  Emitter,
bool  RelaxAll 
)
static

◆ createThumbMCInstrAnalysis()

static MCInstrAnalysis* createThumbMCInstrAnalysis ( const MCInstrInfo Info)
static

Definition at line 298 of file ARMMCTargetDesc.cpp.

Referenced by LLVMInitializeARMTargetMC().

◆ getARMLoadDeprecationInfo()

static bool getARMLoadDeprecationInfo ( MCInst MI,
const MCSubtargetInfo STI,
std::string &  Info 
)
static

◆ getARMStoreDeprecationInfo()

static bool getARMStoreDeprecationInfo ( MCInst MI,
const MCSubtargetInfo STI,
std::string &  Info 
)
static

◆ getITDeprecationInfo()

static bool getITDeprecationInfo ( MCInst MI,
const MCSubtargetInfo STI,
std::string &  Info 
)
static

◆ getMCRDeprecationInfo()

static bool getMCRDeprecationInfo ( MCInst MI,
const MCSubtargetInfo STI,
std::string &  Info 
)
static

◆ LLVMInitializeARMTargetMC()

void LLVMInitializeARMTargetMC ( )