Diagnostic information for debug metadata version reporting. This is basically a module and a version.

Synopsis

Declared in <llvm/IR/DiagnosticInfo.h>

class DiagnosticInfoDebugMetadataVersion
    : public DiagnosticInfo

Base Classes

Name

Description

DiagnosticInfo

This is the base abstract class for diagnostic reporting in the backend. The print method must be overloaded by the subclasses to print a user‐friendly message in the client of the backend (let us call it a frontend).

Member Functions

Name

Description

DiagnosticInfoDebugMetadataVersion [constructor]

The module that is concerned by this debug metadata version diagnostic. The actual metadata version.

getKind

getMetadataVersion

getModule

getSeverity

print [virtual]

Static Member Functions

Name

classof

Created with MrDocs