LLVM
12.0.0git
|
Diagnostic information for the PGO profiler. More...
#include "llvm/IR/DiagnosticInfo.h"
Public Member Functions | |
DiagnosticInfoPGOProfile (const char *FileName, const Twine &Msg, DiagnosticSeverity Severity=DS_Error) | |
void | print (DiagnosticPrinter &DP) const override |
const char * | getFileName () const |
const Twine & | getMsg () const |
![]() | |
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 the PGO profiler.
Definition at line 323 of file DiagnosticInfo.h.
|
inline |
Definition at line 325 of file DiagnosticInfo.h.
|
inlinestatic |
Definition at line 332 of file DiagnosticInfo.h.
References llvm::DK_PGOProfile, and llvm::DiagnosticInfo::getKind().
Definition at line 336 of file DiagnosticInfo.h.
Referenced by print().
Definition at line 337 of file DiagnosticInfo.h.
Referenced by print().
|
overridevirtual |
Implements llvm::DiagnosticInfo.
Definition at line 101 of file DiagnosticInfo.cpp.
References getFileName(), and getMsg().