LLVM 20.0.0git
|
Diagnostic information for machine IR parser. More...
#include "llvm/IR/DiagnosticInfo.h"
Public Member Functions | |
DiagnosticInfoMIRParser (DiagnosticSeverity Severity, const SMDiagnostic &Diagnostic) | |
const SMDiagnostic & | getDiagnostic () const |
void | print (DiagnosticPrinter &DP) const override |
Print using the given DP a user-friendly message. | |
Public Member Functions inherited from llvm::DiagnosticInfo | |
DiagnosticInfo (int Kind, DiagnosticSeverity Severity) | |
virtual | ~DiagnosticInfo ()=default |
int | getKind () const |
DiagnosticSeverity | getSeverity () const |
virtual void | print (DiagnosticPrinter &DP) const =0 |
Print using the given DP a user-friendly message. | |
Static Public Member Functions | |
static bool | classof (const DiagnosticInfo *DI) |
Diagnostic information for machine IR parser.
Definition at line 936 of file DiagnosticInfo.h.
|
inline |
Definition at line 940 of file DiagnosticInfo.h.
|
inlinestatic |
Definition at line 948 of file DiagnosticInfo.h.
References llvm::DK_MIRParser, and llvm::DiagnosticInfo::getKind().
|
inline |
Definition at line 944 of file DiagnosticInfo.h.
|
overridevirtual |
Print using the given DP
a user-friendly message.
This is the default message that will be printed to the user. It is used when the frontend does not directly take advantage of the information contained in fields of the subclasses. The printed message must not end with '.' nor start with a severity keyword.
Implements llvm::DiagnosticInfo.
Definition at line 348 of file DiagnosticInfo.cpp.