LLVM 22.0.0git
llvm::DiagnosticInfoISelFallback Class Reference

Diagnostic information for ISel fallback path. More...

#include "llvm/IR/DiagnosticInfo.h"

Inheritance diagram for llvm::DiagnosticInfoISelFallback:
[legend]

Public Member Functions

 DiagnosticInfoISelFallback (const Function &Fn, DiagnosticSeverity Severity=DS_Warning)
const FunctiongetFunction () 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)

Detailed Description

Diagnostic information for ISel fallback path.

Definition at line 1046 of file DiagnosticInfo.h.

Constructor & Destructor Documentation

◆ DiagnosticInfoISelFallback()

llvm::DiagnosticInfoISelFallback::DiagnosticInfoISelFallback ( const Function & Fn,
DiagnosticSeverity Severity = DS_Warning )
inline

Member Function Documentation

◆ classof()

bool llvm::DiagnosticInfoISelFallback::classof ( const DiagnosticInfo * DI)
inlinestatic

◆ getFunction()

const Function & llvm::DiagnosticInfoISelFallback::getFunction ( ) const
inline

Definition at line 1055 of file DiagnosticInfo.h.

Referenced by print().

◆ print()

void DiagnosticInfoISelFallback::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 421 of file DiagnosticInfo.cpp.

References getFunction().


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