LLVM 20.0.0git
Public Member Functions | Static Public Member Functions | List of all members
llvm::DiagnosticInfoInstrumentation Class Reference

Diagnostic information for IR instrumentation reporting. More...

#include "llvm/IR/DiagnosticInfo.h"

Inheritance diagram for llvm::DiagnosticInfoInstrumentation:
Inheritance graph
[legend]

Public Member Functions

 DiagnosticInfoInstrumentation (const Twine &DiagMsg, DiagnosticSeverity Severity=DS_Warning)
 
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
 
virtual void print (DiagnosticPrinter &DP) const =0
 Print using the given DP a user-friendly message.
 

Static Public Member Functions

static bool classof (const DiagnosticInfo *DI)
 

Detailed Description

Diagnostic information for IR instrumentation reporting.

Definition at line 1027 of file DiagnosticInfo.h.

Constructor & Destructor Documentation

◆ DiagnosticInfoInstrumentation()

llvm::DiagnosticInfoInstrumentation::DiagnosticInfoInstrumentation ( const Twine DiagMsg,
DiagnosticSeverity  Severity = DS_Warning 
)
inline

Definition at line 1031 of file DiagnosticInfo.h.

Member Function Documentation

◆ classof()

static bool llvm::DiagnosticInfoInstrumentation::classof ( const DiagnosticInfo DI)
inlinestatic

Definition at line 1037 of file DiagnosticInfo.h.

References llvm::DK_Instrumentation, and llvm::DiagnosticInfo::getKind().

◆ print()

void DiagnosticInfoInstrumentation::print ( DiagnosticPrinter DP) const
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 410 of file DiagnosticInfo.cpp.


The documentation for this class was generated from the following files: