LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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/MCCodeGenInfo.h"
#include "llvm/MC/MCELFStreamer.h"
#include "llvm/MC/MCInstrAnalysis.h"
#include "llvm/MC/MCInstrInfo.h"
#include "llvm/MC/MCRegisterInfo.h"
#include "llvm/MC/MCSubtargetInfo.h"
#include "llvm/Support/ErrorHandling.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, MCSubtargetInfo &STI, std::string &Info)
 
static bool getITDeprecationInfo (MCInst &MI, MCSubtargetInfo &STI, std::string &Info)
 
static MCInstrInfocreateARMMCInstrInfo ()
 
static MCRegisterInfocreateARMMCRegisterInfo (StringRef Triple)
 
static MCAsmInfocreateARMMCAsmInfo (const MCRegisterInfo &MRI, StringRef TT)
 
static MCCodeGenInfocreateARMMCCodeGenInfo (StringRef TT, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL)
 
static MCStreamercreateMCStreamer (const Target &T, StringRef TT, MCContext &Ctx, MCAsmBackend &MAB, raw_ostream &OS, MCCodeEmitter *Emitter, bool RelaxAll, bool NoExecStack)
 
static MCInstPrintercreateARMMCInstPrinter (const Target &T, unsigned SyntaxVariant, const MCAsmInfo &MAI, const MCInstrInfo &MII, const MCRegisterInfo &MRI, const MCSubtargetInfo &STI)
 
static MCRelocationInfocreateARMMCRelocationInfo (StringRef TT, MCContext &Ctx)
 
static MCInstrAnalysiscreateARMMCInstrAnalysis (const MCInstrInfo *Info)
 
void LLVMInitializeARMTargetMC ()
 

Macro Definition Documentation

#define GET_INSTRINFO_MC_DESC

Definition at line 76 of file ARMMCTargetDesc.cpp.

#define GET_REGINFO_MC_DESC

Definition at line 30 of file ARMMCTargetDesc.cpp.

#define GET_SUBTARGETINFO_MC_DESC

Definition at line 79 of file ARMMCTargetDesc.cpp.

Function Documentation

static MCAsmInfo* createARMMCAsmInfo ( const MCRegisterInfo MRI,
StringRef  TT 
)
static

Definition at line 215 of file ARMMCTargetDesc.cpp.

References llvm::Triple::isOSDarwin().

Referenced by LLVMInitializeARMTargetMC().

static MCCodeGenInfo* createARMMCCodeGenInfo ( StringRef  TT,
Reloc::Model  RM,
CodeModel::Model  CM,
CodeGenOpt::Level  OL 
)
static
static MCInstPrinter* createARMMCInstPrinter ( const Target T,
unsigned  SyntaxVariant,
const MCAsmInfo MAI,
const MCInstrInfo MII,
const MCRegisterInfo MRI,
const MCSubtargetInfo STI 
)
static

Definition at line 257 of file ARMMCTargetDesc.cpp.

Referenced by LLVMInitializeARMTargetMC().

static MCInstrAnalysis* createARMMCInstrAnalysis ( const MCInstrInfo Info)
static

Definition at line 312 of file ARMMCTargetDesc.cpp.

Referenced by LLVMInitializeARMTargetMC().

static MCInstrInfo* createARMMCInstrInfo ( )
static

Definition at line 203 of file ARMMCTargetDesc.cpp.

References llvm::X.

Referenced by LLVMInitializeARMTargetMC().

static MCRegisterInfo* createARMMCRegisterInfo ( StringRef  Triple)
static

Definition at line 209 of file ARMMCTargetDesc.cpp.

References llvm::X.

Referenced by LLVMInitializeARMTargetMC().

static MCRelocationInfo* createARMMCRelocationInfo ( StringRef  TT,
MCContext Ctx 
)
static
static MCStreamer* createMCStreamer ( const Target T,
StringRef  TT,
MCContext Ctx,
MCAsmBackend MAB,
raw_ostream OS,
MCCodeEmitter Emitter,
bool  RelaxAll,
bool  NoExecStack 
)
static
static bool getITDeprecationInfo ( MCInst MI,
MCSubtargetInfo STI,
std::string &  Info 
)
static
static bool getMCRDeprecationInfo ( MCInst MI,
MCSubtargetInfo STI,
std::string &  Info 
)
static
void LLVMInitializeARMTargetMC ( )