Error raised when a remark serialization format is invalid.
Declared in <llvm/IR/LLVMRemarkStreamer.h>
struct LLVMRemarkSetupFormatError
: LLVMRemarkSetupErrorInfo<LLVMRemarkSetupFormatError>
| Name | Description |
|---|---|
LLVMRemarkSetupErrorInfo<LLVMRemarkSetupFormatError> | CRTP base for errors raised while setting up optimization remarks. |
| Name | Description |
|---|---|
convertToErrorCode [virtual] | Convert this error into a std::error_code. |
log [virtual] | Write this error's message to OS. |
| Name | Description |
|---|---|
EC | Error code associated with the setup failure. |
Msg | Human-readable description of the setup failure. |
| Name | Description |
|---|---|
ID | ErrorInfo class identifier. |
| Name | Description |
|---|---|
LLVMRemarkSetupFormatError | Inherit constructors from LLVMRemarkSetupErrorInfo. |