LLVM 20.0.0git
|
#include "llvm/MC/MCInstPrinter.h"
Public Member Functions | |
LLVM_CTOR_NODISCARD | WithMarkup (raw_ostream &OS, Markup M, bool EnableMarkup, bool EnableColor) |
~WithMarkup () | |
template<typename T > | |
WithMarkup & | operator<< (T &O) |
template<typename T > | |
WithMarkup & | operator<< (const T &O) |
Definition at line 99 of file MCInstPrinter.h.
MCInstPrinter::WithMarkup::WithMarkup | ( | raw_ostream & | OS, |
Markup | M, | ||
bool | EnableMarkup, | ||
bool | EnableColor | ||
) |
Definition at line 232 of file MCInstPrinter.cpp.
References llvm::raw_ostream::changeColor(), llvm::raw_ostream::CYAN, llvm::raw_ostream::GREEN, llvm::MCInstPrinter::Immediate, llvm::MCInstPrinter::Memory, OS, llvm::raw_ostream::RED, llvm::MCInstPrinter::Register, llvm::MCInstPrinter::Target, and llvm::raw_ostream::YELLOW.
MCInstPrinter::WithMarkup::~WithMarkup | ( | ) |
Definition at line 270 of file MCInstPrinter.cpp.
References OS, and llvm::raw_ostream::resetColor().
|
inline |
Definition at line 110 of file MCInstPrinter.h.
References OS.
|
inline |
Definition at line 105 of file MCInstPrinter.h.
References OS.