Synopsis

Declared in <llvm/IR/DiagnosticInfo.h>

class DiagnosticInfoLegalizationFailure
    : public DiagnosticInfoWithLocationBase

Base Classes

Name

Description

DiagnosticInfoWithLocationBase

Common features for diagnostics with an associated location.

Member Functions

Name

Description

DiagnosticInfoLegalizationFailure [constructor]

getAbsolutePath

Return the absolute path tot the file.

getFunction

getKind

getLocation

Return location information for this diagnostic in three parts: the relative source file path, line number and column.

getLocationStr

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".

getMsgStr

getSeverity

isLocationAvailable

Return true if location information is available for this diagnostic.

print [virtual]

Static Member Functions

Name

classof

Created with MrDocs