|
LLVM
4.0.0
|
Base class for errors originating in DIA SDK, e.g. COM calls. More...
#include <DIAError.h>
Public Member Functions | |
| DIAError (dia_error_code C) | |
| DIAError (StringRef Context) | |
| DIAError (dia_error_code C, StringRef Context) | |
| void | log (raw_ostream &OS) const override |
| Print an error message to an output stream. More... | |
| StringRef | getErrorMessage () const |
| std::error_code | convertToErrorCode () const override |
| Convert this error to a std::error_code. More... | |
Public Member Functions inherited from llvm::ErrorInfo< DIAError > | |
| bool | isA (const void *const ClassID) const override |
Public Member Functions inherited from llvm::ErrorInfoBase | |
| virtual | ~ErrorInfoBase ()=default |
| virtual std::string | message () const |
| Return the error message as a string. More... | |
| template<typename ErrorInfoT > | |
| bool | isA () const |
Static Public Attributes | |
| static char | ID = 0 |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::ErrorInfo< DIAError > | |
| static const void * | classID () |
Static Public Member Functions inherited from llvm::ErrorInfoBase | |
| static const void * | classID () |
Base class for errors originating in DIA SDK, e.g. COM calls.
Definition at line 28 of file DIAError.h.
| DIAError::DIAError | ( | dia_error_code | C | ) |
Definition at line 39 of file DIAError.cpp.
| DIAError::DIAError | ( | StringRef | Context | ) |
Definition at line 41 of file DIAError.cpp.
| DIAError::DIAError | ( | dia_error_code | C, |
| StringRef | Context | ||
| ) |
Definition at line 44 of file DIAError.cpp.
References convertToErrorCode(), and llvm::StringRef::empty().
|
overridevirtual |
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 56 of file DIAError.cpp.
References Category.
Referenced by DIAError().
| StringRef DIAError::getErrorMessage | ( | ) | const |
Definition at line 54 of file DIAError.cpp.
|
overridevirtual |
Print an error message to an output stream.
Implements llvm::ErrorInfoBase.
Definition at line 52 of file DIAError.cpp.
|
static |
Definition at line 30 of file DIAError.h.
1.8.6