|
LLVM
8.0.1
|
#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 | |
| 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 () |
| MCInstrInfo * | llvm::createAVRMCInstrInfo () |
| MCCodeEmitter * | llvm::createAVRMCCodeEmitter (const MCInstrInfo &MCII, const MCRegisterInfo &MRI, MCContext &Ctx) |
| Creates a machine code emitter for AVR. More... | |
| MCAsmBackend * | llvm::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... | |
| #define GET_INSTRINFO_ENUM |
Definition at line 58 of file AVRMCTargetDesc.h.
| #define GET_REGINFO_ENUM |
Definition at line 55 of file AVRMCTargetDesc.h.
| #define GET_SUBTARGETINFO_ENUM |
Definition at line 61 of file AVRMCTargetDesc.h.
1.8.13