|
LLVM
3.7.0
|
#include <ReaderWriter.h>
Public Member Functions | |
| BitcodeDiagnosticInfo (std::error_code EC, DiagnosticSeverity Severity, const Twine &Msg) | |
| void | print (DiagnosticPrinter &DP) const override |
Print using the given DP a user-friendly message. More... | |
| std::error_code | getError () const |
Public Member Functions inherited from llvm::DiagnosticInfo | |
| DiagnosticInfo (int Kind, DiagnosticSeverity Severity) | |
| virtual | ~DiagnosticInfo () |
| int | getKind () const |
| DiagnosticSeverity | getSeverity () const |
Static Public Member Functions | |
| static bool | classof (const DiagnosticInfo *DI) |
Definition at line 154 of file ReaderWriter.h.
| BitcodeDiagnosticInfo::BitcodeDiagnosticInfo | ( | std::error_code | EC, |
| DiagnosticSeverity | Severity, | ||
| const Twine & | Msg | ||
| ) |
Definition at line 381 of file BitcodeReader.cpp.
|
inlinestatic |
Definition at line 164 of file ReaderWriter.h.
References llvm::DK_Bitcode, and llvm::DiagnosticInfo::getKind().
|
inline |
Definition at line 162 of file ReaderWriter.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 386 of file BitcodeReader.cpp.
1.8.6