|
LLVM
4.0.0
|
Base class for errors originating when parsing raw PDB files. More...
#include <MSFError.h>
Public Member Functions | |
| MSFError (msf_error_code C) | |
| MSFError (const std::string &Context) | |
| MSFError (msf_error_code C, const std::string &Context) | |
| void | log (raw_ostream &OS) const override |
| Print an error message to an output stream. More... | |
| const std::string & | getErrorMessage () const |
| std::error_code | convertToErrorCode () const override |
| Convert this error to a std::error_code. More... | |
Public Member Functions inherited from llvm::ErrorInfo< MSFError > | |
| 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< MSFError > | |
| static const void * | classID () |
Static Public Member Functions inherited from llvm::ErrorInfoBase | |
| static const void * | classID () |
Base class for errors originating when parsing raw PDB files.
Definition at line 29 of file MSFError.h.
| MSFError::MSFError | ( | msf_error_code | C | ) |
Definition at line 50 of file MSFError.cpp.
| MSFError::MSFError | ( | const std::string & | Context | ) |
Definition at line 52 of file MSFError.cpp.
| MSFError::MSFError | ( | msf_error_code | C, |
| const std::string & | Context | ||
| ) |
Definition at line 55 of file MSFError.cpp.
References convertToErrorCode(), and llvm::msf::unspecified.
|
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 68 of file MSFError.cpp.
References Category.
Referenced by MSFError().
| const std::string & MSFError::getErrorMessage | ( | ) | const |
Definition at line 66 of file MSFError.cpp.
|
overridevirtual |
Print an error message to an output stream.
Implements llvm::ErrorInfoBase.
Definition at line 64 of file MSFError.cpp.
|
static |
Definition at line 31 of file MSFError.h.
1.8.6