LLVM 19.0.0git
Classes | Namespaces | Enumerations | Functions
LinePrinter.h File Reference
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/Twine.h"
#include "llvm/DebugInfo/PDB/Native/FormatUtil.h"
#include "llvm/Support/BinaryStreamRef.h"
#include "llvm/Support/FormatVariadic.h"
#include "llvm/Support/Regex.h"
#include "llvm/Support/raw_ostream.h"
#include <list>

Go to the source code of this file.

Classes

struct  FilterOptions
 
class  llvm::pdb::LinePrinter
 
struct  llvm::pdb::PrintScope
 
struct  llvm::pdb::AutoIndent
 
class  llvm::pdb::WithColor
 

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 
namespace  llvm::msf
 
namespace  llvm::pdb
 

Enumerations

enum class  llvm::pdb::PDB_ColorItem {
  llvm::pdb::None , llvm::pdb::Address , llvm::pdb::Type , llvm::pdb::Comment ,
  llvm::pdb::Padding , llvm::pdb::Keyword , llvm::pdb::Offset , llvm::pdb::Identifier ,
  llvm::pdb::Path , llvm::pdb::SectionHeader , llvm::pdb::LiteralValue , llvm::pdb::Register
}
 

Functions

PrintScope llvm::pdb::withLabelWidth (const PrintScope &Scope, uint32_t W)
 
template<class T >
raw_ostream & llvm::pdb::operator<< (LinePrinter &Printer, const T &Item)