LLVM  3.7.0
Macros | Functions
AArch64MCTargetDesc.cpp File Reference
#include "AArch64MCTargetDesc.h"
#include "AArch64ELFStreamer.h"
#include "AArch64MCAsmInfo.h"
#include "InstPrinter/AArch64InstPrinter.h"
#include "llvm/MC/MCCodeGenInfo.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/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_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 MCCodeGenInfocreateAArch64MCCodeGenInfo (const Triple &TT, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL)
 
static MCInstPrintercreateAArch64MCInstPrinter (const Triple &T, unsigned SyntaxVariant, const MCAsmInfo &MAI, const MCInstrInfo &MII, const MCRegisterInfo &MRI)
 
static MCStreamercreateELFStreamer (const Triple &T, MCContext &Ctx, MCAsmBackend &TAB, raw_pwrite_stream &OS, MCCodeEmitter *Emitter, bool RelaxAll)
 
static MCStreamercreateMachOStreamer (MCContext &Ctx, MCAsmBackend &TAB, raw_pwrite_stream &OS, MCCodeEmitter *Emitter, bool RelaxAll, bool DWARFMustBeAtTheEnd)
 
void LLVMInitializeAArch64TargetMC ()
 

Macro Definition Documentation

#define GET_INSTRINFO_MC_DESC

Definition at line 28 of file AArch64MCTargetDesc.cpp.

#define GET_REGINFO_MC_DESC

Definition at line 34 of file AArch64MCTargetDesc.cpp.

#define GET_SUBTARGETINFO_MC_DESC

Definition at line 31 of file AArch64MCTargetDesc.cpp.

Function Documentation

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

Definition at line 107 of file AArch64MCTargetDesc.cpp.

Referenced by LLVMInitializeAArch64TargetMC().

static MCInstrInfo* createAArch64MCInstrInfo ( )
static

Definition at line 37 of file AArch64MCTargetDesc.cpp.

References X.

Referenced by LLVMInitializeAArch64TargetMC().

static MCRegisterInfo* createAArch64MCRegisterInfo ( const Triple Triple)
static

Definition at line 51 of file AArch64MCTargetDesc.cpp.

References X.

Referenced by LLVMInitializeAArch64TargetMC().

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

Definition at line 44 of file AArch64MCTargetDesc.cpp.

References llvm::StringRef::empty().

Referenced by LLVMInitializeAArch64TargetMC().

static MCStreamer* createELFStreamer ( const Triple T,
MCContext Ctx,
MCAsmBackend TAB,
raw_pwrite_stream OS,
MCCodeEmitter Emitter,
bool  RelaxAll 
)
static

Definition at line 120 of file AArch64MCTargetDesc.cpp.

References llvm::createAArch64ELFStreamer().

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

Definition at line 126 of file AArch64MCTargetDesc.cpp.

References llvm::createMachOStreamer().

void LLVMInitializeAArch64TargetMC ( )