class RuntimeDyldError

Declaration

class RuntimeDyldError : public ErrorInfo { /* full declaration omitted */ };

Description

Base class for errors originating in RuntimeDyld, e.g. missing relocation support.

Declared at: llvm/include/llvm/ExecutionEngine/RuntimeDyld.h:42

Inherits from: ErrorInfo

Member Variables

private std::string ErrMsg
public static char ID

Method Overview

Methods

RuntimeDyldError(std::string ErrMsg)

Declared at: llvm/include/llvm/ExecutionEngine/RuntimeDyld.h:46

Parameters

std::string ErrMsg

std::error_code convertToErrorCode() const

Description

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.

Declared at: llvm/include/llvm/ExecutionEngine/RuntimeDyld.h:50

const std::string& getErrorMessage() const

Declared at: llvm/include/llvm/ExecutionEngine/RuntimeDyld.h:49

void log(llvm::raw_ostream& OS) const

Description

Print an error message to an output stream.

Declared at: llvm/include/llvm/ExecutionEngine/RuntimeDyld.h:48

Parameters

llvm::raw_ostream& OS