LLVM: include/llvm/IR/DiagnosticPrinter.h Source File (original) (raw)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15#ifndef LLVM_IR_DIAGNOSTICPRINTER_H
16#define LLVM_IR_DIAGNOSTICPRINTER_H
17
19#include
20
21namespace llvm {
22
23
30
31
33public:
35
36
52
53
56
57
59};
60
61
63protected:
65
66public:
68
69
85
86
89
90
92};
93
94}
95
96#endif
raw_ostream & operator<<(raw_ostream &OS, const binary_le_impl< value_type > &BLE)
raw_ostream & Stream
Definition DiagnosticPrinter.h:64
DiagnosticPrinterRawOStream(raw_ostream &Stream)
Definition DiagnosticPrinter.h:67
Interface for custom diagnostic printing.
Definition DiagnosticPrinter.h:32
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.