15#ifndef LLVM_IR_DIAGNOSTICPRINTER_H
16#define LLVM_IR_DIAGNOSTICPRINTER_H
Machine Check Debug Module
Basic diagnostic printer that uses an underlying raw_ostream.
DiagnosticPrinter & operator<<(char C) override
DiagnosticPrinterRawOStream(raw_ostream &Stream)
Interface for custom diagnostic printing.
virtual DiagnosticPrinter & operator<<(long N)=0
virtual DiagnosticPrinter & operator<<(double N)=0
virtual DiagnosticPrinter & operator<<(char C)=0
virtual ~DiagnosticPrinter()=default
virtual DiagnosticPrinter & operator<<(const Twine &Str)=0
virtual DiagnosticPrinter & operator<<(unsigned char C)=0
virtual DiagnosticPrinter & operator<<(unsigned int N)=0
virtual DiagnosticPrinter & operator<<(long long N)=0
virtual DiagnosticPrinter & operator<<(const SMDiagnostic &Diag)=0
virtual DiagnosticPrinter & operator<<(const std::string &Str)=0
virtual DiagnosticPrinter & operator<<(int N)=0
virtual DiagnosticPrinter & operator<<(unsigned long long N)=0
virtual DiagnosticPrinter & operator<<(unsigned long N)=0
virtual DiagnosticPrinter & operator<<(signed char C)=0
virtual DiagnosticPrinter & operator<<(const void *P)=0
virtual DiagnosticPrinter & operator<<(StringRef Str)=0
virtual DiagnosticPrinter & operator<<(const Value &V)=0
virtual DiagnosticPrinter & operator<<(const Module &M)=0
virtual DiagnosticPrinter & operator<<(const char *Str)=0
A Module instance is used to store all the information related to an LLVM module.
Instances of this class encapsulate one diagnostic report, allowing printing to a raw_ostream as a ca...
StringRef - Represent a constant reference to a string, i.e.
Twine - A lightweight data structure for efficiently representing the concatenation of temporary valu...
LLVM Value Representation.
This class implements an extremely fast bulk output stream that can only output to a stream.
@ C
The default llvm calling convention, compatible with C.
This is an optimization pass for GlobalISel generic memory operations.