LLVM 20.0.0git
|
#include "llvm/MC/MCInstPrinter.h"
Public Member Functions | |
LLVM_CTOR_NODISCARD | WithMarkup (MCInstPrinter &IP, 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 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::changeColor(), llvm::MCInstPrinter::ColorStack, llvm::raw_ostream::CYAN, llvm::raw_ostream::GREEN, llvm::MCInstPrinter::Immediate, llvm::MCInstPrinter::Memory, OS, llvm::SmallVectorTemplateBase< T, bool >::push_back(), llvm::raw_ostream::RED, llvm::MCInstPrinter::Register, llvm::raw_ostream::RESET, llvm::MCInstPrinter::Target, and llvm::raw_ostream::YELLOW.
MCInstPrinter::WithMarkup::~WithMarkup | ( | ) |
Definition at line 273 of file MCInstPrinter.cpp.
References OS.
|
inline |
Definition at line 113 of file MCInstPrinter.h.
References OS.
|
inline |
Definition at line 108 of file MCInstPrinter.h.
References OS.