|
LLVM 23.0.0git
|
Diagnostic information for unsupported target intrinsics in backend. More...
#include "llvm/IR/DiagnosticInfo.h"
Public Member Functions | |
| DiagnosticInfoUnsupportedTargetIntrinsic (const Function &Fn, unsigned IntrinsicID, const DiagnosticLocation &Loc=DiagnosticLocation()) | |
| unsigned | getIntrinsicID () const |
| StringRef | getRequiredFeatures () const |
| std::string | getMessage () const |
| void | print (DiagnosticPrinter &DP) const override |
Print using the given DP a user-friendly message. | |
| Public Member Functions inherited from llvm::DiagnosticInfoWithLocationBase | |
| DiagnosticInfoWithLocationBase (enum DiagnosticKind Kind, enum DiagnosticSeverity Severity, const Function &Fn, const DiagnosticLocation &Loc) | |
Fn is the function where the diagnostic is being emitted. | |
| bool | isLocationAvailable () const |
| Return true if location information is available for this diagnostic. | |
| std::string | getLocationStr () const |
| Return a string with the location information for this diagnostic in the format "file:line:col". | |
| void | getLocation (StringRef &RelativePath, unsigned &Line, unsigned &Column) const |
| Return location information for this diagnostic in three parts: the relative source file path, line number and column. | |
| std::string | getAbsolutePath () const |
| Return the absolute path tot the file. | |
| const Function & | getFunction () const |
| DiagnosticLocation | getLocation () 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 unsupported target intrinsics in backend.
Definition at line 1132 of file DiagnosticInfo.h.
| DiagnosticInfoUnsupportedTargetIntrinsic::DiagnosticInfoUnsupportedTargetIntrinsic | ( | const Function & | Fn, |
| unsigned | IntrinsicID, | ||
| const DiagnosticLocation & | Loc = DiagnosticLocation() ) |
Definition at line 422 of file DiagnosticInfo.cpp.
References assert(), llvm::DiagnosticInfoWithLocationBase::DiagnosticInfoWithLocationBase(), llvm::DK_UnsupportedTargetIntrinsic, and llvm::DS_Error.
|
inlinestatic |
Definition at line 1143 of file DiagnosticInfo.h.
References llvm::DK_UnsupportedTargetIntrinsic, and llvm::DiagnosticInfo::getKind().
|
inline |
Definition at line 1147 of file DiagnosticInfo.h.
| std::string DiagnosticInfoUnsupportedTargetIntrinsic::getMessage | ( | ) | const |
Definition at line 435 of file DiagnosticInfo.cpp.
References llvm::Intrinsic::getBaseName().
Referenced by print().
|
inline |
Definition at line 1148 of file DiagnosticInfo.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 442 of file DiagnosticInfo.cpp.
References llvm::DiagnosticInfoWithLocationBase::getFunction(), llvm::Function::getFunctionType(), llvm::DiagnosticInfoWithLocationBase::getLocationStr(), getMessage(), and llvm::Value::printAsOperand().