LLVM
8.0.1
|
Base class of all fatal RPC errors (those that necessarily result in the termination of the RPC session). More...
#include "llvm/ExecutionEngine/Orc/RPCUtils.h"
Static Public Attributes | |
static char | ID = 0 |
Additional Inherited Members | |
Public Member Functions inherited from llvm::ErrorInfo< RPCFatalError > | |
const void * | dynamicClassID () const override |
bool | isA (const void *const ClassID) const override |
Public Member Functions inherited from llvm::ErrorInfoBase | |
virtual | ~ErrorInfoBase ()=default |
virtual void | log (raw_ostream &OS) const =0 |
Print an error message to an output stream. More... | |
virtual std::string | message () const |
Return the error message as a string. More... | |
virtual std::error_code | convertToErrorCode () const =0 |
Convert this error to a std::error_code. More... | |
template<typename ErrorInfoT > | |
bool | isA () const |
Static Public Member Functions inherited from llvm::ErrorInfo< RPCFatalError > | |
static const void * | classID () |
Static Public Member Functions inherited from llvm::ErrorInfoBase | |
static const void * | classID () |
Base class of all fatal RPC errors (those that necessarily result in the termination of the RPC session).
Definition at line 38 of file RPCUtils.h.
|
static |
Definition at line 40 of file RPCUtils.h.