Diagnostic information for unsupported feature in backend.
Synopsis
Declared in <llvm/IR/DiagnosticInfo.h>
class DiagnosticInfoUnsupported
: public DiagnosticInfoWithLocationBase
Base Classes
Name |
Description |
Common features for diagnostics with an associated location. |
Member Functions
Name |
Description |
|
|
Return the absolute path tot the file. |
|
Return location information for this diagnostic in three parts: the relative source file path, line number and column. |
|
Return a string with the location information for this diagnostic in the format "file:line:col". If location information is not available, it returns "<unknown>:0:0". |
|
Return true if location information is available for this diagnostic. |
|
|