Diagnostic information for the sample profiler.
Declared in <llvm/IR/DiagnosticInfo.h>
class DiagnosticInfoSampleProfile
: public DiagnosticInfo
| Name | Description |
|---|---|
DiagnosticInfo | Abstract base class for backend diagnostic reporting. |
| Name | Description |
|---|---|
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. |
| Name | Description |
|---|---|
classof | Return true if DI is a DiagnosticInfoSampleProfile. |
| Name | Description |
|---|---|
wrap | Convert a DiagnosticInfo pointer to an opaque LLVMDiagnosticInfoRef. |