Diagnostic information for ISel fallback path.
Declared in <llvm/IR/DiagnosticInfo.h>
class DiagnosticInfoISelFallback
: public DiagnosticInfo
| Name | Description |
|---|---|
DiagnosticInfo | Abstract base class for backend diagnostic reporting. |
| Name | Description |
|---|---|
DiagnosticInfoISelFallback [constructor] | Construct an ISel-fallback diagnostic for function Fn. |
getFunction | Return the function concerned by this diagnostic. |
getKind | Return the kind of this diagnostic. |
getSeverity | Return the severity of this diagnostic. |
print [virtual] | Print this diagnostic using DP. |
| Name | Description |
|---|---|
classof | Return true if DI is a DiagnosticInfoISelFallback. |
| Name | Description |
|---|---|
wrap | Convert a DiagnosticInfo pointer to an opaque LLVMDiagnosticInfoRef. |