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

Diagnostic information for the PGO profiler. More...

#include "llvm/IR/DiagnosticInfo.h"

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

Public Member Functions

 DiagnosticInfoPGOProfile (const char *FileName, const Twine &Msg, DiagnosticSeverity Severity=DS_Error)
 
void print (DiagnosticPrinter &DP) const override
 
const chargetFileName () const
 
const TwinegetMsg () const
 
- 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 the PGO profiler.

Definition at line 320 of file DiagnosticInfo.h.

Constructor & Destructor Documentation

◆ DiagnosticInfoPGOProfile()

llvm::DiagnosticInfoPGOProfile::DiagnosticInfoPGOProfile ( const char FileName,
const Twine Msg,
DiagnosticSeverity  Severity = DS_Error 
)
inline

Definition at line 322 of file DiagnosticInfo.h.

References llvm::DiagnosticInfo::print().

Member Function Documentation

◆ classof()

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

Definition at line 329 of file DiagnosticInfo.h.

References llvm::DK_PGOProfile, and llvm::DiagnosticInfo::getKind().

◆ getFileName()

const char* llvm::DiagnosticInfoPGOProfile::getFileName ( ) const
inline

Definition at line 333 of file DiagnosticInfo.h.

◆ getMsg()

const Twine& llvm::DiagnosticInfoPGOProfile::getMsg ( ) const
inline

Definition at line 334 of file DiagnosticInfo.h.

◆ print()

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

Implements llvm::DiagnosticInfo.

Definition at line 101 of file DiagnosticInfo.cpp.

References getFileName().


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