LLVM 19.0.0git
Macros | Functions
AArch64MCTargetDesc.cpp File Reference
#include "AArch64MCTargetDesc.h"
#include "AArch64ELFStreamer.h"
#include "AArch64MCAsmInfo.h"
#include "AArch64WinCOFFStreamer.h"
#include "MCTargetDesc/AArch64AddressingModes.h"
#include "MCTargetDesc/AArch64InstPrinter.h"
#include "TargetInfo/AArch64TargetInfo.h"
#include "llvm/DebugInfo/CodeView/CodeView.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/MC/TargetRegistry.h"
#include "llvm/Support/Endian.h"
#include "llvm/Support/ErrorHandling.h"
#include "AArch64GenInstrInfo.inc"
#include "AArch64GenSubtargetInfo.inc"
#include "AArch64GenRegisterInfo.inc"

Go to the source code of this file.

Macros

#define GET_INSTRINFO_MC_DESC
 
#define GET_INSTRINFO_MC_HELPERS
 
#define ENABLE_INSTR_PREDICATE_VERIFIER
 
#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, const MCTargetOptions &Options)
 
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)
 
LLVM_EXTERNAL_VISIBILITY void LLVMInitializeAArch64TargetMC ()
 

Macro Definition Documentation

◆ ENABLE_INSTR_PREDICATE_VERIFIER

#define ENABLE_INSTR_PREDICATE_VERIFIER

Definition at line 37 of file AArch64MCTargetDesc.cpp.

◆ GET_INSTRINFO_MC_DESC

#define GET_INSTRINFO_MC_DESC

Definition at line 35 of file AArch64MCTargetDesc.cpp.

◆ GET_INSTRINFO_MC_HELPERS

#define GET_INSTRINFO_MC_HELPERS

Definition at line 36 of file AArch64MCTargetDesc.cpp.

◆ GET_REGINFO_MC_DESC

#define GET_REGINFO_MC_DESC

Definition at line 43 of file AArch64MCTargetDesc.cpp.

◆ GET_SUBTARGETINFO_MC_DESC

#define GET_SUBTARGETINFO_MC_DESC

Definition at line 40 of file AArch64MCTargetDesc.cpp.

Function Documentation

◆ createAArch64InstrAnalysis()

static MCInstrAnalysis * createAArch64InstrAnalysis ( const MCInstrInfo Info)
static

Definition at line 470 of file AArch64MCTargetDesc.cpp.

References Info.

Referenced by LLVMInitializeAArch64TargetMC().

◆ createAArch64MCAsmInfo()

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

◆ createAArch64MCInstPrinter()

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

Definition at line 365 of file AArch64MCTargetDesc.cpp.

References MRI.

Referenced by LLVMInitializeAArch64TargetMC().

◆ createAArch64MCInstrInfo()

static MCInstrInfo * createAArch64MCInstrInfo ( )
static

Definition at line 46 of file AArch64MCTargetDesc.cpp.

References X.

Referenced by LLVMInitializeAArch64TargetMC().

◆ createAArch64MCRegisterInfo()

static MCRegisterInfo * createAArch64MCRegisterInfo ( const Triple Triple)
static

◆ createAArch64MCSubtargetInfo()

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

Definition at line 53 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 378 of file AArch64MCTargetDesc.cpp.

References llvm::createAArch64ELFStreamer(), and Emitter.

Referenced by LLVMInitializeAArch64TargetMC().

◆ 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 387 of file AArch64MCTargetDesc.cpp.

References createMachOStreamer(), and Emitter.

Referenced by createMachOStreamer(), and LLVMInitializeAArch64TargetMC().

◆ 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()

LLVM_EXTERNAL_VISIBILITY void LLVMInitializeAArch64TargetMC ( )