LLVM  8.0.1
Namespaces | Macros | Functions
AVRMCTargetDesc.h File Reference
#include "llvm/Support/DataTypes.h"
#include <memory>
#include "AVRGenRegisterInfo.inc"
#include "AVRGenInstrInfo.inc"
#include "AVRGenSubtargetInfo.inc"
Include dependency graph for AVRMCTargetDesc.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 llvm
 This class represents lattice values for constants.
 

Macros

#define GET_REGINFO_ENUM
 
#define GET_INSTRINFO_ENUM
 
#define GET_SUBTARGETINFO_ENUM
 

Functions

Target & llvm::getTheAVRTarget ()
 
MCInstrInfollvm::createAVRMCInstrInfo ()
 
MCCodeEmitter * llvm::createAVRMCCodeEmitter (const MCInstrInfo &MCII, const MCRegisterInfo &MRI, MCContext &Ctx)
 Creates a machine code emitter for AVR. More...
 
MCAsmBackendllvm::createAVRAsmBackend (const Target &T, const MCSubtargetInfo &STI, const MCRegisterInfo &MRI, const llvm::MCTargetOptions &TO)
 Creates an assembly backend for AVR. More...
 
std::unique_ptr< MCObjectTargetWriter > llvm::createAVRELFObjectWriter (uint8_t OSABI)
 Creates an ELF object writer for AVR. More...
 

Macro Definition Documentation

◆ GET_INSTRINFO_ENUM

#define GET_INSTRINFO_ENUM

Definition at line 58 of file AVRMCTargetDesc.h.

◆ GET_REGINFO_ENUM

#define GET_REGINFO_ENUM

Definition at line 55 of file AVRMCTargetDesc.h.

◆ GET_SUBTARGETINFO_ENUM

#define GET_SUBTARGETINFO_ENUM

Definition at line 61 of file AVRMCTargetDesc.h.