|
LLVM
4.0.0
|
#include "AVR.h"#include "AVRRegisterInfo.h"#include "MCTargetDesc/AVRMCExpr.h"#include "MCTargetDesc/AVRMCTargetDesc.h"#include "llvm/ADT/APInt.h"#include "llvm/ADT/StringSwitch.h"#include "llvm/MC/MCContext.h"#include "llvm/MC/MCExpr.h"#include "llvm/MC/MCInst.h"#include "llvm/MC/MCInstBuilder.h"#include "llvm/MC/MCStreamer.h"#include "llvm/MC/MCSubtargetInfo.h"#include "llvm/MC/MCSymbol.h"#include "llvm/MC/MCParser/MCAsmLexer.h"#include "llvm/MC/MCParser/MCParsedAsmOperand.h"#include "llvm/MC/MCParser/MCTargetAsmParser.h"#include "llvm/MC/MCValue.h"#include "llvm/Support/Debug.h"#include "llvm/Support/MathExtras.h"#include "llvm/Support/TargetRegistry.h"#include <sstream>#include "AVRGenAsmMatcher.inc"Go to the source code of this file.
Classes | |
| class | llvm::AVRAsmParser |
| Parses AVR assembly from a stream. More... | |
| class | llvm::AVROperand |
| An parsed AVR assembly operand. More... | |
| struct | llvm::AVROperand::RegisterImmediate |
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
Macros | |
| #define | DEBUG_TYPE "avr-asm-parser" |
| #define | GET_ASSEMBLER_HEADER |
| #define | GET_REGISTER_MATCHER |
| #define | GET_MATCHER_IMPLEMENTATION |
Functions | |
| static unsigned | llvm::MatchRegisterName (StringRef Name) |
| Maps from the set of all register names to a register number. More... | |
| static unsigned | llvm::MatchRegisterAltName (StringRef Name) |
| Maps from the set of all alternative registernames to a register number. More... | |
| void | llvm::LLVMInitializeAVRAsmParser () |
| #define DEBUG_TYPE "avr-asm-parser" |
Definition at line 34 of file AVRAsmParser.cpp.
| #define GET_ASSEMBLER_HEADER |
Definition at line 44 of file AVRAsmParser.cpp.
| #define GET_MATCHER_IMPLEMENTATION |
Definition at line 589 of file AVRAsmParser.cpp.
| #define GET_REGISTER_MATCHER |
Definition at line 588 of file AVRAsmParser.cpp.
1.8.6