LLVM 22.0.0git
|
#include "llvm/MC/MCInstPrinter.h"
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.
MCInstPrinter::WithMarkup::WithMarkup | ( | MCInstPrinter & | IP, |
raw_ostream & | OS, | ||
Markup | M, | ||
bool | EnableMarkup, | ||
bool | EnableColor ) |
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<<().
MCInstPrinter::WithMarkup::~WithMarkup | ( | ) |
Definition at line 273 of file MCInstPrinter.cpp.
|
inline |
Definition at line 114 of file MCInstPrinter.h.
References T, and WithMarkup().
|
inline |
Definition at line 109 of file MCInstPrinter.h.
References T, and WithMarkup().