|
LLVM
4.0.0
|
Diagnostic information for ISel fallback path. More...
#include <DiagnosticInfo.h>
Public Member Functions | |
| DiagnosticInfoISelFallback (const Function &Fn, DiagnosticSeverity Severity=DS_Warning) | |
| const Function & | getFunction () const |
| void | print (DiagnosticPrinter &DP) const override |
Print using the given DP a user-friendly message. More... | |
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 ISel fallback path.
Definition at line 753 of file DiagnosticInfo.h.
|
inline |
Definition at line 758 of file DiagnosticInfo.h.
|
inlinestatic |
Definition at line 766 of file DiagnosticInfo.h.
References llvm::DK_ISelFallback, and llvm::DiagnosticInfo::getKind().
Definition at line 762 of file DiagnosticInfo.h.
Referenced by print().
|
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 351 of file DiagnosticInfo.cpp.
References getFunction().
1.8.6