LLVM
8.0.1
|
BadFunctionCall is returned from handleOne when the remote makes a call with an unrecognized function id. More...
#include "llvm/ExecutionEngine/Orc/RPCUtils.h"
Public Member Functions | |
BadFunctionCall (FnIdT FnId, SeqNoT SeqNo) | |
std::error_code | convertToErrorCode () const override |
void | log (raw_ostream &OS) const override |
Public Member Functions inherited from llvm::ErrorInfo< BadFunctionCall< FnIdT, SeqNoT >, RPCFatalError > | |
const void * | dynamicClassID () const override |
bool | isA (const void *const ClassID) const override |
Static Public Attributes | |
static char | ID = 0 |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::ErrorInfo< BadFunctionCall< FnIdT, SeqNoT >, RPCFatalError > | |
static const void * | classID () |
BadFunctionCall is returned from handleOne when the remote makes a call with an unrecognized function id.
This error is fatal because Orc RPC needs to know how to parse a function call to know where the next call starts, and if it doesn't recognize the function id it cannot parse the call.
Definition at line 59 of file RPCUtils.h.
|
inline |
Definition at line 64 of file RPCUtils.h.
|
inlineoverride |
Definition at line 67 of file RPCUtils.h.
References llvm::orc::orcError(), and llvm::orc::UnexpectedRPCCall.
|
inlineoverride |
Definition at line 71 of file RPCUtils.h.
|
static |
Definition at line 62 of file RPCUtils.h.