class WithColor

Declaration

class WithColor { /* full declaration omitted */ };

Declared at: llvm/include/llvm/DebugInfo/PDB/Native/LinePrinter.h:170

Member Variables

private llvm::raw_ostream& OS
private bool UseColor

Method Overview

  • public WithColor(llvm::pdb::LinePrinter & P, llvm::pdb::PDB_ColorItem C)
  • private void applyColor(llvm::pdb::PDB_ColorItem C)
  • public llvm::raw_ostream & get()
  • public ~WithColor()

Methods

WithColor(llvm::pdb::LinePrinter& P,
          llvm::pdb::PDB_ColorItem C)

Declared at: llvm/include/llvm/DebugInfo/PDB/Native/LinePrinter.h:172

Parameters

llvm::pdb::LinePrinter& P
llvm::pdb::PDB_ColorItem C

void applyColor(llvm::pdb::PDB_ColorItem C)

Declared at: llvm/include/llvm/DebugInfo/PDB/Native/LinePrinter.h:178

Parameters

llvm::pdb::PDB_ColorItem C

llvm::raw_ostream& get()

Declared at: llvm/include/llvm/DebugInfo/PDB/Native/LinePrinter.h:175

~WithColor()

Declared at: llvm/include/llvm/DebugInfo/PDB/Native/LinePrinter.h:173