LLVM 22.0.0git
|
#include "Linker/LinkDiagnosticInfo.h"
Public Member Functions | |
LinkDiagnosticInfo (DiagnosticSeverity Severity, const Twine &Msg LLVM_LIFETIME_BOUND) | |
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 |
Definition at line 15 of file LinkDiagnosticInfo.h.
LinkDiagnosticInfo::LinkDiagnosticInfo | ( | DiagnosticSeverity | Severity, |
const Twine &Msg | LLVM_LIFETIME_BOUND ) |
Definition at line 255 of file IRMover.cpp.
References llvm::DiagnosticInfo::DiagnosticInfo(), and llvm::DK_Linker.
|
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 258 of file IRMover.cpp.