LLVM  8.0.1
Macros | Functions
AArch64MCTargetDesc.cpp File Reference
#include "AArch64MCTargetDesc.h"
#include "AArch64ELFStreamer.h"
#include "AArch64MCAsmInfo.h"
#include "AArch64WinCOFFStreamer.h"
#include "InstPrinter/AArch64InstPrinter.h"
#include "MCTargetDesc/AArch64AddressingModes.h"
#include "llvm/MC/MCAsmBackend.h"
#include "llvm/MC/MCCodeEmitter.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/Endian.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/TargetRegistry.h"
#include "AArch64GenInstrInfo.inc"
#include "AArch64GenSubtargetInfo.inc"
#include "AArch64GenRegisterInfo.inc"
Include dependency graph for AArch64MCTargetDesc.cpp:

Go to the source code of this file.

Macros

#define GET_INSTRINFO_MC_DESC
 
#define GET_INSTRINFO_MC_HELPERS
 
#define GET_SUBTARGETINFO_MC_DESC
 
#define GET_REGINFO_MC_DESC
 

Functions

static MCInstrInfocreateAArch64MCInstrInfo ()
 
static MCSubtargetInfocreateAArch64MCSubtargetInfo (const Triple &TT, StringRef CPU, StringRef FS)
 
static MCRegisterInfocreateAArch64MCRegisterInfo (const Triple &Triple)
 
static MCAsmInfocreateAArch64MCAsmInfo (const MCRegisterInfo &MRI, const Triple &TheTriple)
 
static MCInstPrintercreateAArch64MCInstPrinter (const Triple &T, unsigned SyntaxVariant, const MCAsmInfo &MAI, const MCInstrInfo &MII, const MCRegisterInfo &MRI)
 
static MCStreamercreateELFStreamer (const Triple &T, MCContext &Ctx, std::unique_ptr< MCAsmBackend > &&TAB, std::unique_ptr< MCObjectWriter > &&OW, std::unique_ptr< MCCodeEmitter > &&Emitter, bool RelaxAll)
 
static MCStreamercreateMachOStreamer (MCContext &Ctx, std::unique_ptr< MCAsmBackend > &&TAB, std::unique_ptr< MCObjectWriter > &&OW, std::unique_ptr< MCCodeEmitter > &&Emitter, bool RelaxAll, bool DWARFMustBeAtTheEnd)
 
static MCStreamercreateWinCOFFStreamer (MCContext &Ctx, std::unique_ptr< MCAsmBackend > &&TAB, std::unique_ptr< MCObjectWriter > &&OW, std::unique_ptr< MCCodeEmitter > &&Emitter, bool RelaxAll, bool IncrementalLinkerCompatible)
 
static MCInstrAnalysiscreateAArch64InstrAnalysis (const MCInstrInfo *Info)
 
void LLVMInitializeAArch64TargetMC ()
 

Macro Definition Documentation

◆ GET_INSTRINFO_MC_DESC

#define GET_INSTRINFO_MC_DESC

Definition at line 34 of file AArch64MCTargetDesc.cpp.

◆ GET_INSTRINFO_MC_HELPERS

#define GET_INSTRINFO_MC_HELPERS

Definition at line 35 of file AArch64MCTargetDesc.cpp.

◆ GET_REGINFO_MC_DESC

#define GET_REGINFO_MC_DESC

Definition at line 41 of file AArch64MCTargetDesc.cpp.

◆ GET_SUBTARGETINFO_MC_DESC

#define GET_SUBTARGETINFO_MC_DESC

Definition at line 38 of file AArch64MCTargetDesc.cpp.

Function Documentation

◆ createAArch64InstrAnalysis()

static MCInstrAnalysis* createAArch64InstrAnalysis ( const MCInstrInfo Info)
static

Definition at line 188 of file AArch64MCTargetDesc.cpp.

Referenced by LLVMInitializeAArch64TargetMC().

◆ createAArch64MCAsmInfo()

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

◆ createAArch64MCInstPrinter()

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

Definition at line 95 of file AArch64MCTargetDesc.cpp.

Referenced by LLVMInitializeAArch64TargetMC().

◆ createAArch64MCInstrInfo()

static MCInstrInfo* createAArch64MCInstrInfo ( )
static

Definition at line 44 of file AArch64MCTargetDesc.cpp.

References X.

Referenced by LLVMInitializeAArch64TargetMC().

◆ createAArch64MCRegisterInfo()

static MCRegisterInfo* createAArch64MCRegisterInfo ( const Triple Triple)
static

Definition at line 66 of file AArch64MCTargetDesc.cpp.

References llvm::AArch64_MC::initLLVMToCVRegMapping(), and X.

Referenced by LLVMInitializeAArch64TargetMC().

◆ createAArch64MCSubtargetInfo()

static MCSubtargetInfo* createAArch64MCSubtargetInfo ( const Triple TT,
StringRef  CPU,
StringRef  FS 
)
static

Definition at line 51 of file AArch64MCTargetDesc.cpp.

References llvm::StringRef::empty().

Referenced by LLVMInitializeAArch64TargetMC().

◆ createELFStreamer()

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

Definition at line 108 of file AArch64MCTargetDesc.cpp.

References llvm::createAArch64ELFStreamer().

◆ createMachOStreamer()

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

Definition at line 117 of file AArch64MCTargetDesc.cpp.

References llvm::createMachOStreamer().

◆ createWinCOFFStreamer()

static MCStreamer* createWinCOFFStreamer ( MCContext Ctx,
std::unique_ptr< MCAsmBackend > &&  TAB,
std::unique_ptr< MCObjectWriter > &&  OW,
std::unique_ptr< MCCodeEmitter > &&  Emitter,
bool  RelaxAll,
bool  IncrementalLinkerCompatible 
)
static

◆ LLVMInitializeAArch64TargetMC()

void LLVMInitializeAArch64TargetMC ( )