LLVM: llvm::RuntimeDyldError Class Reference (original) (raw)
Base class for errors originating in RuntimeDyld, e.g. More...
#include "[llvm/ExecutionEngine/RuntimeDyld.h](RuntimeDyld%5F8h%5Fsource.html)"
| Public Member Functions | |
|---|---|
| RuntimeDyldError (std::string ErrMsg) | |
| void | log (raw_ostream &OS) const override |
| Print an error message to an output stream. | |
| const std::string & | getErrorMessage () const |
| std::error_code | convertToErrorCode () const override |
| Convert this error to a std::error_code. | |
| Public Member Functions inherited from llvm::ErrorInfo< RuntimeDyldError > | |
| const void * | dynamicClassID () const override |
| 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. | |
| template | |
| bool | isA () const |
| Static Public Attributes | |
|---|---|
| static char | ID = 0 |
Base class for errors originating in RuntimeDyld, e.g.
missing relocation support.
Definition at line 43 of file RuntimeDyld.h.
| llvm::RuntimeDyldError::RuntimeDyldError ( std::string ErrMsg) | inline |
|---|
◆ convertToErrorCode()
| std::error_code RuntimeDyldError::convertToErrorCode ( ) const | 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 61 of file RuntimeDyld.cpp.
◆ getErrorMessage()
| const std::string & llvm::RuntimeDyldError::getErrorMessage ( ) const | inline |
|---|
◆ log()
| void RuntimeDyldError::log ( raw_ostream & OS) const | overridevirtual |
|---|
◆ ID
| char RuntimeDyldError::ID = 0 | static |
|---|
The documentation for this class was generated from the following files:
- include/llvm/ExecutionEngine/RuntimeDyld.h
- lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp