LLVM: llvm::DiagnosticInfoIgnoringInvalidDebugMetadata Class Reference (original) (raw)
Diagnostic information for stripping invalid debug metadata. More...
#include "[llvm/IR/DiagnosticInfo.h](DiagnosticInfo%5F8h%5Fsource.html)"
Inheritance diagram for llvm::DiagnosticInfoIgnoringInvalidDebugMetadata:
| Public Member Functions | |
|---|---|
| DiagnosticInfoIgnoringInvalidDebugMetadata (const Module &M, DiagnosticSeverity Severity=DS_Warning) | |
| The module that is concerned by this debug metadata version diagnostic. | |
| const Module & | getModule () 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 |
Detailed Description
Diagnostic information for stripping invalid debug metadata.
Definition at line 240 of file DiagnosticInfo.h.
Constructor & Destructor Documentation
Member Function Documentation
◆ classof()
◆ getModule()
| const Module & llvm::DiagnosticInfoIgnoringInvalidDebugMetadata::getModule ( ) const | inline |
|---|
◆ print()
| void DiagnosticInfoIgnoringInvalidDebugMetadata::print ( DiagnosticPrinter & DP) const | overridevirtual |
|---|
The documentation for this class was generated from the following files:
- include/llvm/IR/DiagnosticInfo.h
- lib/IR/DiagnosticInfo.cpp