|
LLVM
4.0.0
|
Diagnostic information for the PGO profiler. More...
#include <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 |
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 321 of file DiagnosticInfo.h.
|
inline |
Definition at line 323 of file DiagnosticInfo.h.
|
inlinestatic |
Definition at line 330 of file DiagnosticInfo.h.
References llvm::DK_PGOProfile, and llvm::DiagnosticInfo::getKind().
|
inline |
Definition at line 334 of file DiagnosticInfo.h.
Referenced by print().
Definition at line 335 of file DiagnosticInfo.h.
Referenced by print().
|
overridevirtual |
Implements llvm::DiagnosticInfo.
Definition at line 145 of file DiagnosticInfo.cpp.
References getFileName(), and getMsg().
1.8.6