|
LLVM 23.0.0git
|
#include "llvm/IR/DiagnosticInfo.h"
Public Member Functions | |
| DiagnosticInfoDontCall (StringRef CalleeName, StringRef Note, DiagnosticSeverity DS, uint64_t LocCookie, MDNode *InlinedFromMD=nullptr) | |
| StringRef | getFunctionName () const |
| StringRef | getNote () const |
| uint64_t | getLocCookie () const |
| MDNode * | getInlinedFromMD () const |
| SmallVector< std::pair< StringRef, uint64_t > > | getInliningDecisions () const |
| void | setDebugInlineChain (SmallVector< DebugInlineInfo, 4 > &&Chain) |
| ArrayRef< DebugInlineInfo > | getDebugInlineChain () const |
| void | print (DiagnosticPrinter &DP) const override |
Print using the given DP a user-friendly message. | |
| 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) |
Definition at line 1229 of file DiagnosticInfo.h.
|
inline |
Definition at line 1237 of file DiagnosticInfo.h.
References llvm::DiagnosticInfo::DiagnosticInfo(), and llvm::DK_DontCall.
|
inlinestatic |
Definition at line 1257 of file DiagnosticInfo.h.
References llvm::DiagnosticInfo::DiagnosticInfo(), llvm::DK_DontCall, and llvm::DiagnosticInfo::getKind().
|
inline |
Definition at line 1252 of file DiagnosticInfo.h.
|
inline |
Definition at line 1243 of file DiagnosticInfo.h.
Referenced by print().
|
inline |
Definition at line 1246 of file DiagnosticInfo.h.
| SmallVector< std::pair< StringRef, uint64_t > > DiagnosticInfoDontCall::getInliningDecisions | ( | ) | const |
Definition at line 555 of file DiagnosticInfo.cpp.
References llvm::dyn_cast(), llvm::mdconst::dyn_extract(), llvm::SmallVectorImpl< T >::emplace_back(), and I.
|
inline |
Definition at line 1245 of file DiagnosticInfo.h.
|
inline |
Definition at line 1244 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 544 of file DiagnosticInfo.cpp.
References llvm::demangle(), llvm::DS_Error, getFunctionName(), getNote(), and llvm::DiagnosticInfo::getSeverity().
|
inline |
Definition at line 1249 of file DiagnosticInfo.h.