LLVM 20.0.0git
|
#include "llvm/Support/DataTypes.h"
#include <memory>
#include "AVRGenRegisterInfo.inc"
#include "AVRGenInstrInfo.inc"
#include "AVRGenSubtargetInfo.inc"
Go to the source code of this file.
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
Macros | |
#define | GET_REGINFO_ENUM |
#define | GET_INSTRINFO_ENUM |
#define | GET_INSTRINFO_MC_HELPER_DECLS |
#define | GET_SUBTARGETINFO_ENUM |
Functions | |
MCInstrInfo * | llvm::createAVRMCInstrInfo () |
MCCodeEmitter * | llvm::createAVRMCCodeEmitter (const MCInstrInfo &MCII, MCContext &Ctx) |
Creates a machine code emitter for AVR. | |
MCAsmBackend * | llvm::createAVRAsmBackend (const Target &T, const MCSubtargetInfo &STI, const MCRegisterInfo &MRI, const llvm::MCTargetOptions &TO) |
Creates an assembly backend for AVR. | |
std::unique_ptr< MCObjectTargetWriter > | llvm::createAVRELFObjectWriter (uint8_t OSABI) |
Creates an ELF object writer for AVR. | |
#define GET_INSTRINFO_ENUM |
Definition at line 51 of file AVRMCTargetDesc.h.
#define GET_INSTRINFO_MC_HELPER_DECLS |
Definition at line 52 of file AVRMCTargetDesc.h.
#define GET_REGINFO_ENUM |
Definition at line 48 of file AVRMCTargetDesc.h.
#define GET_SUBTARGETINFO_ENUM |
Definition at line 55 of file AVRMCTargetDesc.h.