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

ErrorInfo<RuntimeDyldError>

Base class for user error types. Users should declare their error types like:

Member Functions

Name

Description

RuntimeDyldError [constructor]

Construct a RuntimeDyld error with the given message.

convertToErrorCode [virtual]

Convert this error to a std::error_code.

getErrorMessage

Return the stored error message string.

log [virtual]

Write the error message to OS.

Static Member Functions

Name

Description

classID

Return the RTTI class identifier for ThisErrT.

Static Data Members

Name

Description

ID

ErrorInfo identifier for RuntimeDyldError.

Using Declarations

Name

Description

ErrorInfo

Inherit constructors from the parent error‐info type.

Created with MrDocs