LLVM: llvm::MCInstPrinter::WithMarkup Class Reference (original) (raw)
#include "[llvm/MC/MCInstPrinter.h](MCInstPrinter%5F8h%5Fsource.html)"
| Public Member Functions | |
|---|---|
| LLVM_CTOR_NODISCARD LLVM_ABI | WithMarkup (MCInstPrinter &IP, raw_ostream &OS, Markup M, bool EnableMarkup, bool EnableColor) |
| LLVM_ABI | ~WithMarkup () |
| template<typename T> | |
| WithMarkup & | operator<< (T &O) |
| template<typename T> | |
| WithMarkup & | operator<< (const T &O) |
Definition at line 102 of file MCInstPrinter.h.
Definition at line 231 of file MCInstPrinter.cpp.
References llvm::raw_ostream::CYAN, llvm::raw_ostream::GREEN, llvm::MCInstPrinter::Immediate, llvm::MCInstPrinter::MCInstPrinter(), llvm::MCInstPrinter::Memory, llvm::raw_ostream::RED, llvm::MCInstPrinter::Register, llvm::raw_ostream::RESET, llvm::MCInstPrinter::Target, and llvm::raw_ostream::YELLOW.
Referenced by operator<<(), and operator<<().
◆ ~WithMarkup()
| MCInstPrinter::WithMarkup::~WithMarkup | ( | ) |
|---|
◆ operator<<() [1/2]
◆ operator<<() [2/2]
template<typename T>
| WithMarkup & llvm::MCInstPrinter::WithMarkup::operator<< ( T & O) | inline |
|---|
The documentation for this class was generated from the following files:
- include/llvm/MC/MCInstPrinter.h
- lib/MC/MCInstPrinter.cpp