Home
last modified time | relevance | path

Searched refs:UnexpectedRPCCall (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/ExecutionEngine/Orc/
DOrcError.h30 UnexpectedRPCCall, enumerator
DRPCUtils.h512 return orcError(OrcErrorCode::UnexpectedRPCCall); in expect()
598 return orcError(OrcErrorCode::UnexpectedRPCCall); in handleNone()
DOrcRemoteTargetServer.h115 return orcError(OrcErrorCode::UnexpectedRPCCall); in handleKnownFunction()
DOrcRemoteTargetClient.h760 return orcError(OrcErrorCode::UnexpectedRPCCall); in listenForCompileRequests()
/external/llvm/lib/ExecutionEngine/Orc/
DOrcError.cpp42 case OrcErrorCode::UnexpectedRPCCall: in message()