LLVM  8.0.1
Public Member Functions | Static Public Member Functions | List of all members
llvm::DiagnosticInfoMIRParser Class Reference

Diagnostic information for machine IR parser. More...

#include "llvm/IR/DiagnosticInfo.h"

Inheritance diagram for llvm::DiagnosticInfoMIRParser:
Inheritance graph
[legend]
Collaboration diagram for llvm::DiagnosticInfoMIRParser:
Collaboration graph
[legend]

Public Member Functions

 DiagnosticInfoMIRParser (DiagnosticSeverity Severity, const SMDiagnostic &Diagnostic)
 
const SMDiagnosticgetDiagnostic () const
 
void print (DiagnosticPrinter &DP) const override
 Print using the given DP a user-friendly message. More...
 
- 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 machine IR parser.

Definition at line 906 of file DiagnosticInfo.h.

Constructor & Destructor Documentation

◆ DiagnosticInfoMIRParser()

llvm::DiagnosticInfoMIRParser::DiagnosticInfoMIRParser ( DiagnosticSeverity  Severity,
const SMDiagnostic Diagnostic 
)
inline

Definition at line 910 of file DiagnosticInfo.h.

Member Function Documentation

◆ classof()

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

Definition at line 918 of file DiagnosticInfo.h.

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

◆ getDiagnostic()

const SMDiagnostic& llvm::DiagnosticInfoMIRParser::getDiagnostic ( ) const
inline

Definition at line 914 of file DiagnosticInfo.h.

References llvm::DiagnosticInfo::print().

◆ print()

void DiagnosticInfoMIRParser::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 317 of file DiagnosticInfo.cpp.


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