llvm::DiagnosticInfoSampleProfile

Diagnostic information for the sample profiler.

Synopsis

Declared in <llvm/IR/DiagnosticInfo.h>

class DiagnosticInfoSampleProfile
    : public DiagnosticInfo

Base Classes

NameDescription
DiagnosticInfoAbstract base class for backend diagnostic reporting.

Member Functions

NameDescription
DiagnosticInfoSampleProfile [constructor]Constructors
getFileName Return the input file name associated with this diagnostic.
getKind Return the kind of this diagnostic.
getLineNum Return the line number (0 if none).
getMsg Return the diagnostic message.
getSeverity Return the severity of this diagnostic.
print [virtual]Print this diagnostic using DP.

Static Member Functions

NameDescription
classof Return true if DI is a DiagnosticInfoSampleProfile.

Non-Member Functions

NameDescription
wrapConvert a DiagnosticInfo pointer to an opaque LLVMDiagnosticInfoRef.