llvm::LLVMRemarkSetupFormatError

Error raised when a remark serialization format is invalid.

Synopsis

Declared in <llvm/IR/LLVMRemarkStreamer.h>

struct LLVMRemarkSetupFormatError
    : LLVMRemarkSetupErrorInfo<LLVMRemarkSetupFormatError>

Base Classes

NameDescription
LLVMRemarkSetupErrorInfo<LLVMRemarkSetupFormatError>CRTP base for errors raised while setting up optimization remarks.

Member Functions

NameDescription
convertToErrorCode [virtual]Convert this error into a std::error_code.
log [virtual]Write this error's message to OS.

Data Members

NameDescription
EC Error code associated with the setup failure.
Msg Human-readable description of the setup failure.

Static Data Members

NameDescription
ID ErrorInfo class identifier.

Using Declarations

NameDescription
LLVMRemarkSetupFormatError Inherit constructors from LLVMRemarkSetupErrorInfo.