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

Diagnostic information for stripping invalid debug metadata. More...

#include "llvm/IR/DiagnosticInfo.h"

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

Public Member Functions

 DiagnosticInfoIgnoringInvalidDebugMetadata (const Module &M, DiagnosticSeverity Severity=DS_Warning)
 The module that is concerned by this debug metadata version diagnostic. More...
 
const ModulegetModule () const
 
void print (DiagnosticPrinter &DP) const override
 
- 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 stripping invalid debug metadata.

Definition at line 259 of file DiagnosticInfo.h.

Constructor & Destructor Documentation

◆ DiagnosticInfoIgnoringInvalidDebugMetadata()

llvm::DiagnosticInfoIgnoringInvalidDebugMetadata::DiagnosticInfoIgnoringInvalidDebugMetadata ( const Module M,
DiagnosticSeverity  Severity = DS_Warning 
)
inline

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

Definition at line 266 of file DiagnosticInfo.h.

Member Function Documentation

◆ classof()

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

◆ getModule()

const Module& llvm::DiagnosticInfoIgnoringInvalidDebugMetadata::getModule ( ) const
inline

Definition at line 270 of file DiagnosticInfo.h.

References llvm::DiagnosticInfo::print().

◆ print()

void DiagnosticInfoIgnoringInvalidDebugMetadata::print ( DiagnosticPrinter DP) const
overridevirtual
See also
DiagnosticInfo::print.

Implements llvm::DiagnosticInfo.

Definition at line 86 of file DiagnosticInfo.cpp.


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