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

Abstract base class for backend diagnostic reporting.

Member Functions

Name

Description

DiagnosticInfoDebugMetadataVersion [constructor]

Construct a debug metadata version diagnostic for module M.

getKind

Return the kind of this diagnostic.

getMetadataVersion

Return the debug metadata version.

getModule

Return the module concerned by 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 DiagnosticInfoDebugMetadataVersion.

Non-Member Functions

Name

Description

wrap

Convert a DiagnosticInfo pointer to an opaque LLVMDiagnosticInfoRef.

Created with MrDocs