|
LLVM
4.0.0
|
Prints AVR instructions to a textual stream. More...
#include <AVRInstPrinter.h>
Static Public Member Functions | |
| static const char * | getPrettyRegisterName (unsigned RegNo, MCRegisterInfo const &MRI) |
Additional Inherited Members | |
Protected Member Functions inherited from llvm::MCInstPrinter | |
| void | printAnnotation (raw_ostream &OS, StringRef Annot) |
| Utility function for printing annotations. More... | |
Protected Attributes inherited from llvm::MCInstPrinter | |
| raw_ostream * | CommentStream |
| A stream that comments can be emitted to if desired. More... | |
| const MCAsmInfo & | MAI |
| const MCInstrInfo & | MII |
| const MCRegisterInfo & | MRI |
| bool | UseMarkup |
| True if we are printing marked up assembly. More... | |
| bool | PrintImmHex |
| True if we are printing immediates as hex. More... | |
| HexStyle::Style | PrintHexStyle |
| Which style to use for printing hexadecimal values. More... | |
Prints AVR instructions to a textual stream.
Definition at line 24 of file AVRInstPrinter.h.
|
inline |
Definition at line 26 of file AVRInstPrinter.h.
|
static |
Definition at line 89 of file AVRInstPrinter.cpp.
References llvm::MCRegisterInfo::getNumSubRegIndices(), and llvm::MCRegisterInfo::getSubReg().
Referenced by llvm::AVRAsmPrinter::PrintAsmOperand(), and llvm::AVRAsmPrinter::printOperand().
|
overridevirtual |
Print the specified MCInst to the specified raw_ostream.
Implements llvm::MCInstPrinter.
Definition at line 36 of file AVRInstPrinter.cpp.
References llvm::MCInst::getOpcode(), and llvm::MCInstPrinter::printAnnotation().
1.8.6