Error raised when the remarks output file cannot be opened.

Synopsis

Declared in <llvm/IR/LLVMRemarkStreamer.h>

struct LLVMRemarkSetupFileError
    : LLVMRemarkSetupErrorInfo<LLVMRemarkSetupFileError>

Base Classes

Name

Description

LLVMRemarkSetupErrorInfo<LLVMRemarkSetupFileError>

CRTP base for errors raised while setting up optimization remarks.

Member Functions

Name

Description

convertToErrorCode [virtual]

Convert this error into a std::error_code.

log [virtual]

Write this error's message to OS.

Data Members

Name

Description

EC

Error code associated with the setup failure.

Msg

Human‐readable description of the setup failure.

Static Data Members

Name

Description

ID

ErrorInfo class identifier.

Using Declarations

Name

Description

LLVMRemarkSetupFileError

Inherit constructors from LLVMRemarkSetupErrorInfo.

Created with MrDocs