LLVM 22.0.0git
llvm::MCInstPrinter::WithMarkup Class Reference

#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>
WithMarkupoperator<< (T &O)
template<typename T>
WithMarkupoperator<< (const T &O)

Detailed Description

Definition at line 102 of file MCInstPrinter.h.

Constructor & Destructor Documentation

◆ WithMarkup()

◆ ~WithMarkup()

MCInstPrinter::WithMarkup::~WithMarkup ( )

Definition at line 273 of file MCInstPrinter.cpp.

Member Function Documentation

◆ operator<<() [1/2]

template<typename T>
WithMarkup & llvm::MCInstPrinter::WithMarkup::operator<< ( const T & O)
inline

Definition at line 114 of file MCInstPrinter.h.

References T, and WithMarkup().

◆ operator<<() [2/2]

template<typename T>
WithMarkup & llvm::MCInstPrinter::WithMarkup::operator<< ( T & O)
inline

Definition at line 109 of file MCInstPrinter.h.

References T, and WithMarkup().


The documentation for this class was generated from the following files: