Diagnostic information for machine IR parser.

Synopsis

Declared in <llvm/IR/DiagnosticInfo.h>

class DiagnosticInfoMIRParser
    : public DiagnosticInfo

Base Classes

Name

Description

DiagnosticInfo

Abstract base class for backend diagnostic reporting.

Member Functions

Name

Description

DiagnosticInfoMIRParser [constructor]

Construct a MIR parser diagnostic.

getDiagnostic

Return the underlying SMDiagnostic.

getKind

Return the kind of this diagnostic.

getSeverity

Return the severity of this diagnostic.

print [virtual]

Print this diagnostic using DP.

Static Member Functions

Name

Description

classof

Return true if DI is a DiagnosticInfoMIRParser.

Non-Member Functions

Name

Description

wrap

Convert a DiagnosticInfo pointer to an opaque LLVMDiagnosticInfoRef.

Created with MrDocs