|
LLVM
4.0.0
|
#include "AVRMCCodeEmitter.h"#include "MCTargetDesc/AVRMCExpr.h"#include "MCTargetDesc/AVRMCTargetDesc.h"#include "llvm/ADT/APFloat.h"#include "llvm/ADT/SmallVector.h"#include "llvm/MC/MCContext.h"#include "llvm/MC/MCExpr.h"#include "llvm/MC/MCFixup.h"#include "llvm/MC/MCInst.h"#include "llvm/MC/MCInstrInfo.h"#include "llvm/MC/MCRegisterInfo.h"#include "llvm/MC/MCSubtargetInfo.h"#include "llvm/Support/raw_ostream.h"#include "AVRGenInstrInfo.inc"#include "AVRGenMCCodeEmitter.inc"Go to the source code of this file.
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
Macros | |
| #define | DEBUG_TYPE "mccodeemitter" |
| #define | GET_INSTRMAP_INFO |
Functions | |
| MCCodeEmitter * | llvm::createAVRMCCodeEmitter (const MCInstrInfo &MCII, const MCRegisterInfo &MRI, MCContext &Ctx) |
| Creates a machine code emitter for AVR. More... | |
| #define DEBUG_TYPE "mccodeemitter" |
Definition at line 30 of file AVRMCCodeEmitter.cpp.
| #define GET_INSTRMAP_INFO |
Definition at line 32 of file AVRMCCodeEmitter.cpp.
1.8.6