|
LLVM
4.0.0
|
Diagnostic information for optimization failures. More...
#include <DiagnosticInfo.h>
Public Member Functions | |
| DiagnosticInfoOptimizationFailure (const Function &Fn, const DebugLoc &DLoc, const Twine &Msg) | |
Fn is the function where the diagnostic is being emitted. More... | |
| bool | isEnabled () const override |
Public Member Functions inherited from llvm::DiagnosticInfoOptimizationBase | |
| DiagnosticInfoOptimizationBase (enum DiagnosticKind Kind, enum DiagnosticSeverity Severity, const char *PassName, StringRef RemarkName, const Function &Fn, const DebugLoc &DLoc, Value *CodeRegion=nullptr) | |
PassName is the name of the pass emitting this diagnostic. More... | |
| DiagnosticInfoOptimizationBase (const char *PassName, StringRef Prepend, const DiagnosticInfoOptimizationBase &Orig) | |
| This is ctor variant allows a pass to build an optimization remark from an existing remark. More... | |
| DiagnosticInfoOptimizationBase (enum DiagnosticKind Kind, enum DiagnosticSeverity Severity, const char *PassName, const Function &Fn, const DebugLoc &DLoc, const Twine &Msg, Optional< uint64_t > Hotness=None) | |
| Legacy interface. More... | |
| DiagnosticInfoOptimizationBase & | operator<< (StringRef S) |
| DiagnosticInfoOptimizationBase & | operator<< (Argument A) |
| DiagnosticInfoOptimizationBase & | operator<< (setIsVerbose V) |
| DiagnosticInfoOptimizationBase & | operator<< (setExtraArgs EA) |
| void | print (DiagnosticPrinter &DP) const override |
| StringRef | getPassName () const |
| std::string | getMsg () const |
| Optional< uint64_t > | getHotness () const |
| void | setHotness (Optional< uint64_t > H) |
| Value * | getCodeRegion () const |
| bool | isVerbose () const |
Public Member Functions inherited from llvm::DiagnosticInfoWithDebugLocBase | |
| DiagnosticInfoWithDebugLocBase (enum DiagnosticKind Kind, enum DiagnosticSeverity Severity, const Function &Fn, const DebugLoc &DLoc) | |
Fn is the function where the diagnostic is being emitted. More... | |
| bool | isLocationAvailable () const |
| Return true if location information is available for this diagnostic. More... | |
| const std::string | getLocationStr () const |
| Return a string with the location information for this diagnostic in the format "file:line:col". More... | |
| void | getLocation (StringRef *Filename, unsigned *Line, unsigned *Column) const |
| Return location information for this diagnostic in three parts: the source file name, line number and column. More... | |
| const Function & | getFunction () const |
| const DebugLoc & | getDebugLoc () 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) |
Static Public Member Functions inherited from llvm::DiagnosticInfoOptimizationBase | |
| static bool | classof (const DiagnosticInfo *DI) |
Diagnostic information for optimization failures.
Definition at line 828 of file DiagnosticInfo.h.
|
inline |
Fn is the function where the diagnostic is being emitted.
DLoc is the location information to use in the diagnostic. If line table information is available, the diagnostic will include the source code location. Msg is the message to show. Note that this class does not copy this message, so this reference must be valid for the whole life time of the diagnostic.
Definition at line 837 of file DiagnosticInfo.h.
|
inlinestatic |
Definition at line 842 of file DiagnosticInfo.h.
References llvm::DK_OptimizationFailure, and llvm::DiagnosticInfo::getKind().
|
overridevirtual |
Implements llvm::DiagnosticInfoOptimizationBase.
Definition at line 324 of file DiagnosticInfo.cpp.
References llvm::DS_Warning, and llvm::DiagnosticInfo::getSeverity().
1.8.6