|
LLVM
3.7.0
|
#include <HexagonInstPrinter.h>
Public Attributes | |
| std::unique_ptr< MCInstPrinter > | RawPrinter |
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... | |
Definition at line 21 of file HexagonInstPrinter.h.
| HexagonAsmInstPrinter::HexagonAsmInstPrinter | ( | MCInstPrinter * | RawPrinter | ) |
Definition at line 31 of file HexagonInstPrinter.cpp.
|
overridevirtual |
Print the specified MCInst to the specified raw_ostream.
Implements llvm::MCInstPrinter.
Definition at line 34 of file HexagonInstPrinter.cpp.
References llvm::HexagonMCInstrInfo::bundleSize(), HEXAGON_PACKET_SIZE, llvm::HexagonMCInstrInfo::isBundle(), RawPrinter, llvm::StringRef::rsplit(), and llvm::StringRef::split().
|
overridevirtual |
Print the assembler register name.
Reimplemented from llvm::MCInstPrinter.
Definition at line 68 of file HexagonInstPrinter.cpp.
References RawPrinter.
| std::unique_ptr<MCInstPrinter> llvm::HexagonAsmInstPrinter::RawPrinter |
Definition at line 27 of file HexagonInstPrinter.h.
Referenced by printInst(), and printRegName().
1.8.6