16 #ifndef LLVM_IR_DIAGNOSTICPRINTER_H
17 #define LLVM_IR_DIAGNOSTICPRINTER_H
96 #endif // LLVM_IR_DIAGNOSTICPRINTER_H
A Module instance is used to store all the information related to an LLVM module. ...
virtual ~DiagnosticPrinter()=default
Twine - A lightweight data structure for efficiently representing the concatenation of temporary valu...
Interface for custom diagnostic printing.
virtual DiagnosticPrinter & operator<<(char C)=0
DiagnosticPrinter & operator<<(char C) override
DiagnosticPrinterRawOStream(raw_ostream &Stream)
static GCRegistry::Add< ShadowStackGC > C("shadow-stack","Very portable GC for uncooperative code generators")
Basic diagnostic printer that uses an underlying raw_ostream.
LLVM Value Representation.
This class implements an extremely fast bulk output stream that can only output to a stream...
StringRef - Represent a constant reference to a string, i.e.
Instances of this class encapsulate one diagnostic report, allowing printing to a raw_ostream as a ca...