|
LLVM
4.0.0
|
#include "llvm/Support/DataTypes.h"#include "AVRGenRegisterInfo.inc"#include "AVRGenInstrInfo.inc"#include "AVRGenSubtargetInfo.inc"Go to the source code of this file.
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
Macros | |
| #define | GET_REGINFO_ENUM |
| #define | GET_INSTRINFO_ENUM |
| #define | GET_SUBTARGETINFO_ENUM |
Functions | |
| Target & | llvm::getTheAVRTarget () |
| 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 MCRegisterInfo &MRI, const Triple &TT, StringRef CPU, const llvm::MCTargetOptions &TO) |
| Creates an assembly backend for AVR. More... | |
| MCObjectWriter * | llvm::createAVRELFObjectWriter (raw_pwrite_stream &OS, uint8_t OSABI) |
| Creates an ELF object writer for AVR. More... | |
| #define GET_INSTRINFO_ENUM |
Definition at line 53 of file AVRMCTargetDesc.h.
| #define GET_REGINFO_ENUM |
Definition at line 50 of file AVRMCTargetDesc.h.
| #define GET_SUBTARGETINFO_ENUM |
Definition at line 56 of file AVRMCTargetDesc.h.
1.8.6