LLVM: llvm::DiagnosticInfoSampleProfile Class Reference (original) (raw)

Diagnostic information for the sample profiler. More...

#include "[llvm/IR/DiagnosticInfo.h](DiagnosticInfo%5F8h%5Fsource.html)"

Public Member Functions
DiagnosticInfoSampleProfile (StringRef FileName, unsigned LineNum, const Twine &Msg LLVM_LIFETIME_BOUND, DiagnosticSeverity Severity=DS_Error)
DiagnosticInfoSampleProfile (StringRef FileName, const Twine &Msg LLVM_LIFETIME_BOUND, DiagnosticSeverity Severity=DS_Error)
DiagnosticInfoSampleProfile (const Twine &Msg LLVM_LIFETIME_BOUND, DiagnosticSeverity Severity=DS_Error)
void print (DiagnosticPrinter &DP) const override
StringRef getFileName () const
unsigned getLineNum () const
const Twine & getMsg () const
Public Member Functions inherited from llvm::DiagnosticInfo
DiagnosticInfo (int Kind, DiagnosticSeverity Severity)
virtual ~DiagnosticInfo ()=default
int getKind () const
DiagnosticSeverity getSeverity () const

Diagnostic information for the sample profiler.

Definition at line 263 of file DiagnosticInfo.h.

DiagnosticInfoSampleProfile() [2/3]

DiagnosticInfoSampleProfile() [3/3]

classof()

getFileName()

StringRef llvm::DiagnosticInfoSampleProfile::getFileName ( ) const inline

getLineNum()

unsigned llvm::DiagnosticInfoSampleProfile::getLineNum ( ) const inline

getMsg()

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

print()

void DiagnosticInfoSampleProfile::print ( DiagnosticPrinter & DP) const overridevirtual

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