LLVM API Documentation
#include "llvm/Support/DataTypes.h"
#include <string>
#include "AArch64GenRegisterInfo.inc"
#include "AArch64GenInstrInfo.inc"
#include "AArch64GenSubtargetInfo.inc"
Go to the source code of this file.
Namespaces | |
namespace | llvm |
List of target independent CodeGen pass IDs. | |
Defines | |
#define | GET_REGINFO_ENUM |
#define | GET_INSTRINFO_ENUM |
#define | GET_SUBTARGETINFO_ENUM |
Functions | |
MCCodeEmitter * | llvm::createAArch64MCCodeEmitter (const MCInstrInfo &MCII, const MCRegisterInfo &MRI, const MCSubtargetInfo &STI, MCContext &Ctx) |
MCAsmBackend * | llvm::createAArch64leAsmBackend (const Target &T, const MCRegisterInfo &MRI, StringRef TT, StringRef CPU) |
MCAsmBackend * | llvm::createAArch64beAsmBackend (const Target &T, const MCRegisterInfo &MRI, StringRef TT, StringRef CPU) |
MCObjectWriter * | llvm::createAArch64ELFObjectWriter (raw_ostream &OS, uint8_t OSABI, bool IsLittleEndian) |
MCObjectWriter * | llvm::createAArch64MachObjectWriter (raw_ostream &OS, uint32_t CPUType, uint32_t CPUSubtype) |
Variables | |
Target | llvm::TheAArch64leTarget |
Target | llvm::TheAArch64beTarget |
Target | llvm::TheARM64Target |
#define GET_INSTRINFO_ENUM |
Definition at line 63 of file AArch64MCTargetDesc.h.
#define GET_REGINFO_ENUM |
Definition at line 58 of file AArch64MCTargetDesc.h.
#define GET_SUBTARGETINFO_ENUM |
Definition at line 66 of file AArch64MCTargetDesc.h.