LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros | Functions
AArch64MCTargetDesc.cpp File Reference
#include "AArch64MCTargetDesc.h"
#include "AArch64ELFStreamer.h"
#include "AArch64MCAsmInfo.h"
#include "InstPrinter/AArch64InstPrinter.h"
#include "llvm/ADT/APInt.h"
#include "llvm/MC/MCCodeGenInfo.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/TargetRegistry.h"
#include "llvm/Support/ErrorHandling.h"
#include "AArch64GenRegisterInfo.inc"
#include "AArch64GenInstrInfo.inc"
#include "AArch64GenSubtargetInfo.inc"
Include dependency graph for AArch64MCTargetDesc.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 MCInstrInfocreateAArch64MCInstrInfo ()
 
static MCRegisterInfocreateAArch64MCRegisterInfo (StringRef Triple)
 
static MCAsmInfocreateAArch64MCAsmInfo (const MCRegisterInfo &MRI, StringRef TT)
 
static MCCodeGenInfocreateAArch64MCCodeGenInfo (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 MCInstPrintercreateAArch64MCInstPrinter (const Target &T, unsigned SyntaxVariant, const MCAsmInfo &MAI, const MCInstrInfo &MII, const MCRegisterInfo &MRI, const MCSubtargetInfo &STI)
 
static MCInstrAnalysiscreateAArch64MCInstrAnalysis (const MCInstrInfo *Info)
 
void LLVMInitializeAArch64TargetMC ()
 

Macro Definition Documentation

#define GET_INSTRINFO_MC_DESC

Definition at line 31 of file AArch64MCTargetDesc.cpp.

#define GET_REGINFO_MC_DESC

Definition at line 28 of file AArch64MCTargetDesc.cpp.

#define GET_SUBTARGETINFO_MC_DESC

Definition at line 34 of file AArch64MCTargetDesc.cpp.

Function Documentation

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

Definition at line 108 of file AArch64MCTargetDesc.cpp.

Referenced by LLVMInitializeAArch64TargetMC().

static MCInstrAnalysis* createAArch64MCInstrAnalysis ( const MCInstrInfo Info)
static

Definition at line 155 of file AArch64MCTargetDesc.cpp.

Referenced by LLVMInitializeAArch64TargetMC().

static MCInstrInfo* createAArch64MCInstrInfo ( )
static

Definition at line 48 of file AArch64MCTargetDesc.cpp.

References llvm::X.

Referenced by LLVMInitializeAArch64TargetMC().

static MCRegisterInfo* createAArch64MCRegisterInfo ( StringRef  Triple)
static

Definition at line 54 of file AArch64MCTargetDesc.cpp.

References llvm::X.

Referenced by LLVMInitializeAArch64TargetMC().

static MCStreamer* createMCStreamer ( const Target T,
StringRef  TT,
MCContext Ctx,
MCAsmBackend MAB,
raw_ostream OS,
MCCodeEmitter Emitter,
bool  RelaxAll,
bool  NoExecStack 
)
static

Definition at line 96 of file AArch64MCTargetDesc.cpp.

References llvm::createAArch64ELFStreamer().

Referenced by LLVMInitializeAArch64TargetMC().

void LLVMInitializeAArch64TargetMC ( )