LLVM
16.0.0git
|
#include "llvm/IR/LLVMRemarkStreamer.h"
Public Member Functions | |
LLVMRemarkSetupErrorInfo (Error E) | |
void | log (raw_ostream &OS) const override |
Print an error message to an output stream. More... | |
std::error_code | convertToErrorCode () const override |
Convert this error to a std::error_code. More... | |
![]() | |
const void * | dynamicClassID () const override |
bool | isA (const void *const ClassID) const override |
![]() | |
virtual | ~ErrorInfoBase ()=default |
virtual std::string | message () const |
Return the error message as a string. More... | |
virtual const void * | dynamicClassID () const =0 |
template<typename ErrorInfoT > | |
bool | isA () const |
Public Attributes | |
std::string | Msg |
std::error_code | EC |
Additional Inherited Members | |
![]() | |
static const void * | classID () |
![]() | |
static const void * | classID () |
Definition at line 47 of file LLVMRemarkStreamer.h.
|
inline |
Definition at line 51 of file LLVMRemarkStreamer.h.
|
inlineoverridevirtual |
Convert this error to a std::error_code.
This is a temporary crutch to enable interaction with code still using std::error_code. It will be removed in the future.
Implements llvm::ErrorInfoBase.
Definition at line 59 of file LLVMRemarkStreamer.h.
|
inlineoverridevirtual |
Print an error message to an output stream.
Implements llvm::ErrorInfoBase.
Definition at line 58 of file LLVMRemarkStreamer.h.
std::error_code llvm::LLVMRemarkSetupErrorInfo< ThisError >::EC |
Definition at line 49 of file LLVMRemarkStreamer.h.
Referenced by llvm::LLVMRemarkSetupErrorInfo< LLVMRemarkSetupFileError >::convertToErrorCode(), and llvm::LLVMRemarkSetupErrorInfo< LLVMRemarkSetupFileError >::LLVMRemarkSetupErrorInfo().
std::string llvm::LLVMRemarkSetupErrorInfo< ThisError >::Msg |
Definition at line 48 of file LLVMRemarkStreamer.h.
Referenced by llvm::LLVMRemarkSetupErrorInfo< LLVMRemarkSetupFileError >::LLVMRemarkSetupErrorInfo(), and llvm::LLVMRemarkSetupErrorInfo< LLVMRemarkSetupFileError >::log().