LLVM: llvm::jitlink::JITLinkError Class Reference (original) (raw)

Base class for errors originating in JIT linker, e.g. More...

#include "[llvm/ExecutionEngine/JITLink/JITLink.h](JITLink%5F8h%5Fsource.html)"

Public Member Functions
JITLinkError (Twine 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< JITLinkError >
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 JIT linker, e.g.

missing relocation support.

Definition at line 53 of file JITLink.h.

llvm::jitlink::JITLinkError::JITLinkError ( Twine ErrMsg) inline

convertToErrorCode()

std::error_code llvm::jitlink::JITLinkError::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 58 of file JITLink.cpp.

getErrorMessage()

const std::string & llvm::jitlink::JITLinkError::getErrorMessage ( ) const inline

log()

void llvm::jitlink::JITLinkError::log ( raw_ostream & OS) const overridevirtual

ID

char llvm::jitlink::JITLinkError::ID = 0 static

The documentation for this class was generated from the following files: