Base class for errors originating in RuntimeDyld, e.g. missing relocation support.
Synopsis
Declared in <llvm/ExecutionEngine/RuntimeDyld.h>
class RuntimeDyldError
: public ErrorInfo<RuntimeDyldError>
Base Classes
Name |
Description |
Base class for user error types. Users should declare their error types like: |
Member Functions
Name |
Description |
|
Construct a RuntimeDyld error with the given message. |
|
Convert this error to a std::error_code. |
Return the stored error message string. |
|
|
Write the error message to |
Static Member Functions
Name |
Description |
Return the RTTI class identifier for |
Static Data Members
Name |
Description |
ErrorInfo identifier for RuntimeDyldError. |