|
LLVM 22.0.0git
|
Diagnostic information for the PGO profiler. More...
#include "llvm/IR/DiagnosticInfo.h"
Public Member Functions | |
| DiagnosticInfoPGOProfile (const char *FileName, const Twine &Msg LLVM_LIFETIME_BOUND, DiagnosticSeverity Severity=DS_Error) | |
| void | print (DiagnosticPrinter &DP) const override |
| const char * | getFileName () const |
| const Twine & | getMsg () const |
| 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 the PGO profiler.
Definition at line 305 of file DiagnosticInfo.h.
|
inline |
Definition at line 307 of file DiagnosticInfo.h.
References llvm::DiagnosticInfo::DiagnosticInfo(), llvm::DK_PGOProfile, llvm::DS_Error, and LLVM_LIFETIME_BOUND.
|
inlinestatic |
Definition at line 315 of file DiagnosticInfo.h.
References llvm::DiagnosticInfo::DiagnosticInfo(), llvm::DK_PGOProfile, and llvm::DiagnosticInfo::getKind().
Definition at line 319 of file DiagnosticInfo.h.
Referenced by print().
Definition at line 320 of file DiagnosticInfo.h.
Referenced by print().
|
overridevirtual |
Implements llvm::DiagnosticInfo.
Definition at line 139 of file DiagnosticInfo.cpp.
References getFileName(), and getMsg().