LLVM 22.0.0git
|
Diagnostic information for SMDiagnostic reporting. More...
#include "llvm/IR/DiagnosticInfo.h"
Public Member Functions | |
DiagnosticInfoSrcMgr (const SMDiagnostic &Diagnostic, StringRef ModName, bool InlineAsmDiag=true, uint64_t LocCookie=0) | |
StringRef | getModuleName () const |
bool | isInlineAsmDiag () const |
const SMDiagnostic & | getSMDiag () const |
uint64_t | getLocCookie () 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 |
Static Public Member Functions | |
static bool | classof (const DiagnosticInfo *DI) |
Diagnostic information for SMDiagnostic reporting.
Definition at line 1167 of file DiagnosticInfo.h.
|
inline |
Definition at line 1176 of file DiagnosticInfo.h.
References llvm::DiagnosticInfo::DiagnosticInfo(), llvm::DK_SrcMgr, llvm::getDiagnosticSeverity(), and llvm::DiagnosticInfo::getKind().
|
inlinestatic |
Definition at line 1188 of file DiagnosticInfo.h.
References llvm::DiagnosticInfo::DiagnosticInfo(), llvm::DK_SrcMgr, and llvm::DiagnosticInfo::getKind().
|
inline |
Definition at line 1185 of file DiagnosticInfo.h.
|
inline |
Definition at line 1182 of file DiagnosticInfo.h.
|
inline |
Definition at line 1184 of file DiagnosticInfo.h.
|
inline |
Definition at line 1183 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 391 of file DiagnosticInfo.cpp.